mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
Enable num lock by default
This commit is contained in:
@@ -13,3 +13,5 @@ killall xcape 2>/dev/null
|
||||
|
||||
# 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
|
||||
# Turn on num lock
|
||||
xset -q | grep "Num Lock:\s*on" && xdotool key Num_Lock
|
||||
|
||||
Reference in New Issue
Block a user