mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04:00
input: track num lock state
This commit is contained in:
parent
7dcc885a7a
commit
4f0d057243
2 changed files with 6 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ struct seat {
|
|||
xkb_mod_index_t mod_alt;
|
||||
xkb_mod_index_t mod_ctrl;
|
||||
xkb_mod_index_t mod_meta;
|
||||
xkb_mod_index_t mod_num;
|
||||
|
||||
xkb_keycode_t key_arrow_up;
|
||||
xkb_keycode_t key_arrow_down;
|
||||
|
|
@ -157,6 +158,7 @@ struct seat {
|
|||
bool alt;
|
||||
bool ctrl;
|
||||
bool meta;
|
||||
bool num;
|
||||
|
||||
struct {
|
||||
tll(struct key_binding_normal) key;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue