New beggining.
This commit is contained in:
commit
6964b2b200
33 changed files with 1281 additions and 0 deletions
9
keyboard-set
Executable file
9
keyboard-set
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Because of my regular non american laptop onboard keyboard layout and american externals one this is my hack to use both for dedicated device.
|
||||
|
||||
ids=$(xinput | grep "SEMICO USB Keyboard" | grep "keyboard" | cut -d '=' -f 2 | cut -f 1)
|
||||
|
||||
for id in $ids; do
|
||||
setxkbmap -device $id -layout us -option caps:escape
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue