mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 02:12:58 +03:00
Remove references to bit flags
This commit is contained in:
parent
2a2f914839
commit
8876c1d0f6
@ -1,13 +1,8 @@
|
||||
// bit for modifiers
|
||||
// bits: 0 None
|
||||
// bits: 1 SHIFT
|
||||
// bits: 2 CONTROL
|
||||
//
|
||||
// Note:
|
||||
// If the default key layout is lower case,
|
||||
// and you want to use `Shift + q` to trigger the exit event,
|
||||
// the setting should like this `exit: Some(( code: Char('Q'), modifiers: "SHIFT")),`
|
||||
// The Char should be upper case, and the shift modified bit should be set to 1.
|
||||
// The Char should be upper case, and the modifier should be set to "SHIFT".
|
||||
//
|
||||
// Note:
|
||||
// find `KeysList` type in src/keys/key_list.rs for all possible keys.
|
||||
|
Loading…
Reference in New Issue
Block a user