mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
keyboard: add option to enable Num Lock automatically (default=enabled)
Co-authored-by: @Consolatis
This commit is contained in:
parent
0acdf041b8
commit
7fcc4e9e14
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 include S (shift); C (control); A (alt); W (super). Unlike
|
||||
|
|
|
|||
|
|
@ -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