Skip to content

Commit 8876c1d

Browse files
mo8itextrawurst
authored andcommitted
Remove references to bit flags
1 parent 2a2f914 commit 8876c1d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

vim_style_key_config.ron

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
// bit for modifiers
2-
// bits: 0 None
3-
// bits: 1 SHIFT
4-
// bits: 2 CONTROL
5-
//
61
// Note:
72
// If the default key layout is lower case,
83
// and you want to use `Shift + q` to trigger the exit event,
94
// the setting should like this `exit: Some(( code: Char('Q'), modifiers: "SHIFT")),`
10-
// The Char should be upper case, and the shift modified bit should be set to 1.
5+
// The Char should be upper case, and the modifier should be set to "SHIFT".
116
//
127
// Note:
138
// find `KeysList` type in src/keys/key_list.rs for all possible keys.

0 commit comments

Comments
 (0)