Client::MenuMode map tab as SelectNext
This commit is contained in:
parent
69bebdb44e
commit
c4dd6b4038
|
@ -61,6 +61,7 @@ public:
|
||||||
void on_key(const Key& key, Context& context) override
|
void on_key(const Key& key, Context& context) override
|
||||||
{
|
{
|
||||||
if (key == Key(Key::Modifiers::Control, 'n') or
|
if (key == Key(Key::Modifiers::Control, 'n') or
|
||||||
|
key == Key(Key::Modifiers::Control, 'i') or
|
||||||
key == Key(Key::Modifiers::None, 'j'))
|
key == Key(Key::Modifiers::None, 'j'))
|
||||||
{
|
{
|
||||||
m_client.menu_ctrl(MenuCommand::SelectNext);
|
m_client.menu_ctrl(MenuCommand::SelectNext);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user