Skip to content

Commit 8cf7bd9

Browse files
committed
examples/config.ron: Added Tab and Shift+Tab binds
1 parent ac63690 commit 8cf7bd9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

examples/config.ron

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@ Config(
6262
key: "Down",
6363
action: Down,
6464
),
65+
Keybind(
66+
key: "ISO_Left_Tab",
67+
action: Up,
68+
shift: true,
69+
),
70+
Keybind(
71+
key: "Tab",
72+
action: Down,
73+
),
6574
Keybind(
6675
key: "Escape",
6776
action: Close,

0 commit comments

Comments
 (0)