Browse Source

Add `eeiam bbldone` to switch to default layout

Alois Mahdal 9 years ago
parent
commit
beec965e8d
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      bin/eeiam.in

+ 8
- 0
bin/eeiam.in View File

@@ -17,6 +17,7 @@ available_commands() {
17 17
     echo at
18 18
     echo back
19 19
     echo bbl
20
+    echo bbldone
20 21
     echo deaf
21 22
     echo deafnomore
22 23
     echo gone
@@ -150,6 +151,13 @@ i_am_bbl() {
150 151
     setxkbmap "$nxt"
151 152
 }
152 153
 
154
+i_am_bbldone() {
155
+    #
156
+    # changing language back to normal
157
+    #
158
+    setxkbmap "$(iniread -1 -p iam.typing.lang)"
159
+}
160
+
153 161
 i_am_deaf() {
154 162
     amixer -q sset Master 5%+
155 163
 }