Remove non-existing keybinds.

This commit is contained in:
Vera Aguilera Puerto 2021-04-16 12:28:39 +02:00
parent f3c59ea332
commit 5377dce401

View file

@ -68,10 +68,6 @@ binds: # These are all the current engine keybinds.
- function: ShowDebugConsole - function: ShowDebugConsole
type: State type: State
key: Tilde key: Tilde
- function: MouseMiddle
type: State
key: MouseMiddle
canFocus: true
- function: TextCursorLeft - function: TextCursorLeft
type: State type: State
key: Left key: Left
@ -183,13 +179,6 @@ binds: # These are all the current engine keybinds.
type: State type: State
key: Delete key: Delete
canRepeat: true canRepeat: true
- function: TakeScreenshot
type: State
key: F2
- function: TakeScreenshotNoUI
type: State
key: F2
mod1: Shift
- function: GuiTabNavigateNext - function: GuiTabNavigateNext
type: State type: State
key: Tab key: Tab