mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
note for later
This commit is contained in:
parent
7aebd1b666
commit
a2e9997bb1
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ pub const TAB_3: KeyEvent = no_mod(KeyCode::Char('3'));
|
||||||
pub const TAB_4: KeyEvent = no_mod(KeyCode::Char('4'));
|
pub const TAB_4: KeyEvent = no_mod(KeyCode::Char('4'));
|
||||||
pub const TAB_TOGGLE: KeyEvent = no_mod(KeyCode::Tab);
|
pub const TAB_TOGGLE: KeyEvent = no_mod(KeyCode::Tab);
|
||||||
pub const TAB_TOGGLE_REVERSE: KeyEvent = no_mod(KeyCode::BackTab);
|
pub const TAB_TOGGLE_REVERSE: KeyEvent = no_mod(KeyCode::BackTab);
|
||||||
|
//TODO: https://github.com/extrawurst/gitui/issues/112
|
||||||
pub const TAB_TOGGLE_REVERSE_WINDOWS: KeyEvent =
|
pub const TAB_TOGGLE_REVERSE_WINDOWS: KeyEvent =
|
||||||
with_mod(KeyCode::BackTab, KeyModifiers::SHIFT);
|
with_mod(KeyCode::BackTab, KeyModifiers::SHIFT);
|
||||||
pub const FOCUS_WORKDIR: KeyEvent = no_mod(KeyCode::Char('w'));
|
pub const FOCUS_WORKDIR: KeyEvent = no_mod(KeyCode::Char('w'));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue