mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
Enable num lock by default
This commit is contained in:
parent
f6755d108e
commit
46173dca3a
@ -13,3 +13,5 @@ killall xcape 2>/dev/null
|
|||||||
|
|
||||||
# Turn off caps lock if on since there is no longer a key for it.
|
# Turn off caps lock if on since there is no longer a key for it.
|
||||||
xset -q | grep "Caps Lock:\s*on" && xdotool key Caps_Lock
|
xset -q | grep "Caps Lock:\s*on" && xdotool key Caps_Lock
|
||||||
|
# Turn on num lock
|
||||||
|
xset -q | grep "Num Lock:\s*on" && xdotool key Num_Lock
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user