Browse Source

Add `eeiam bbldone` to switch to default layout

Alois Mahdal 10 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
     echo at
17
     echo at
18
     echo back
18
     echo back
19
     echo bbl
19
     echo bbl
20
+    echo bbldone
20
     echo deaf
21
     echo deaf
21
     echo deafnomore
22
     echo deafnomore
22
     echo gone
23
     echo gone
150
     setxkbmap "$nxt"
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
 i_am_deaf() {
161
 i_am_deaf() {
154
     amixer -q sset Master 5%+
162
     amixer -q sset Master 5%+
155
 }
163
 }