mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
keyboard: do not set numlock by default
Only force on|off if users specifically requests it in the config file. Related-to: #2463
This commit is contained in:
parent
6457cbccda
commit
a5973c3b48
5 changed files with 20 additions and 7 deletions
|
|
@ -9,6 +9,7 @@
|
|||
#include "common/border.h"
|
||||
#include "common/buf.h"
|
||||
#include "common/font.h"
|
||||
#include "common/three-state.h"
|
||||
#include "config/touch.h"
|
||||
#include "config/tablet.h"
|
||||
#include "config/tablet-tool.h"
|
||||
|
|
@ -104,7 +105,7 @@ struct rcxml {
|
|||
/* keyboard */
|
||||
int repeat_rate;
|
||||
int repeat_delay;
|
||||
bool kb_numlock_enable;
|
||||
enum three_state kb_numlock_enable;
|
||||
bool kb_layout_per_window;
|
||||
struct wl_list keybinds; /* struct keybind.link */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue