瀏覽代碼

Add `eeiam bbldone` to switch to default layout

Alois Mahdal 10 年之前
父節點
當前提交
beec965e8d
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8
    0
      bin/eeiam.in

+ 8
- 0
bin/eeiam.in 查看文件

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
 }