mirror of https://github.com/helix-editor/helix
add key-modifier-super function (#46)
parent
7e800e3d40
commit
7a8db551a3
|
@ -1475,6 +1475,14 @@ The key modifier bits associated with the shift key modifier.
|
||||||
The key modifier bits associated with the alt key modifier.
|
The key modifier bits associated with the alt key modifier.
|
||||||
"#
|
"#
|
||||||
);
|
);
|
||||||
|
register!(
|
||||||
|
value,
|
||||||
|
"key-modifier-super",
|
||||||
|
SteelVal::IntV(KeyModifiers::SUPER.bits() as isize),
|
||||||
|
r#"
|
||||||
|
The key modifier bits associated with the super key modifier.
|
||||||
|
"#
|
||||||
|
);
|
||||||
|
|
||||||
register!(
|
register!(
|
||||||
"key-event-F?",
|
"key-event-F?",
|
||||||
|
|
Loading…
Reference in New Issue