From f302d3abd1f6c2ae7fa37b4fca6968008c433fec Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Tue, 2 Jun 2020 13:29:08 +0200 Subject: [PATCH] Tab navigation hotkey definitions. --- Resources/keybinds.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources/keybinds.yml b/Resources/keybinds.yml index 7c166e5bf8..85aae27e3f 100644 --- a/Resources/keybinds.yml +++ b/Resources/keybinds.yml @@ -243,3 +243,10 @@ binds: type: state key: F2 mod1: Shift +- function: GuiTabNavigateNext + type: state + key: Tab +- function: GuiTabNavigatePrev + type: state + key: Tab + mod1: Shift