mirror of
https://github.com/labwc/labwc.git
synced 2026-02-17 22:05:30 -05:00
keyboard: add option to enable Num Lock automatically (default=enabled)
Co-authored-by: @Consolatis
This commit is contained in:
parent
1f541be481
commit
ecad76560e
7 changed files with 46 additions and 0 deletions
|
|
@ -276,6 +276,10 @@ this is for compatibility with Openbox.
|
|||
|
||||
## KEYBOARD
|
||||
|
||||
*<keyboard><numlock>* [on|off]
|
||||
When recognizing a new keyboard enable or disable Num Lock.
|
||||
Default is on.
|
||||
|
||||
*<keyboard><keybind key="" layoutDependent="">*
|
||||
Define a *key* binding in the format *modifier-key*, where supported
|
||||
modifiers are:
|
||||
|
|
|
|||
|
|
@ -141,6 +141,7 @@
|
|||
your favourite terminal or application launcher. See rc.xml for an example.
|
||||
-->
|
||||
<keyboard>
|
||||
<numlock>on</numlock>
|
||||
<repeatRate>25</repeatRate>
|
||||
<repeatDelay>600</repeatDelay>
|
||||
<keybind key="A-Tab">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue