mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-25 06:46:36 -04:00
input: rename ‘meta’ to ‘super’
This commit is contained in:
parent
a08494a766
commit
66171f1045
3 changed files with 14 additions and 14 deletions
|
|
@ -194,7 +194,7 @@ struct seat {
|
|||
xkb_mod_index_t mod_shift;
|
||||
xkb_mod_index_t mod_alt;
|
||||
xkb_mod_index_t mod_ctrl;
|
||||
xkb_mod_index_t mod_meta;
|
||||
xkb_mod_index_t mod_super;
|
||||
xkb_mod_index_t mod_caps;
|
||||
xkb_mod_index_t mod_num;
|
||||
|
||||
|
|
@ -208,7 +208,7 @@ struct seat {
|
|||
bool shift;
|
||||
bool alt;
|
||||
bool ctrl;
|
||||
bool meta;
|
||||
bool super;
|
||||
|
||||
struct {
|
||||
key_binding_list_t key;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue