2020-09-16 14:58:50 -07:00
|
|
|
version: 1 # Not used right now, whatever.
|
2018-05-27 10:13:33 +02:00
|
|
|
binds:
|
2020-05-05 23:59:31 +02:00
|
|
|
- function: UIClick
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-05-05 23:59:31 +02:00
|
|
|
key: MouseLeft
|
|
|
|
|
canFocus: true
|
2020-09-07 10:57:17 +02:00
|
|
|
- function: UIRightClick
|
|
|
|
|
type: State
|
|
|
|
|
key: MouseRight
|
|
|
|
|
canFocus: true
|
|
|
|
|
priority: 10
|
2020-05-23 03:09:44 +02:00
|
|
|
- function: CloseModals
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-05-23 03:09:44 +02:00
|
|
|
key: Escape
|
|
|
|
|
priority: 10
|
2020-05-03 14:26:49 +02:00
|
|
|
- function: Use
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: MouseLeft
|
|
|
|
|
canFocus: true
|
2022-09-29 16:06:34 +10:00
|
|
|
- function: UseSecondary
|
2022-09-29 15:51:59 +10:00
|
|
|
type: State
|
|
|
|
|
key: MouseRight
|
|
|
|
|
canFocus: true
|
|
|
|
|
priority: -1 # UIRightClick & EditorCancelPlace should fire first.
|
2019-04-06 18:06:53 +02:00
|
|
|
- function: ShowDebugMonitors
|
|
|
|
|
type: Toggle
|
2019-08-04 16:03:51 -07:00
|
|
|
key: F3
|
2019-04-06 18:06:53 +02:00
|
|
|
- function: HideUI
|
|
|
|
|
type: Toggle
|
2020-01-28 16:06:26 +01:00
|
|
|
mod1: Shift
|
2019-08-04 16:03:51 -07:00
|
|
|
key: F4
|
2019-04-06 18:06:53 +02:00
|
|
|
- function: MoveUp
|
|
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: W
|
2019-04-06 18:06:53 +02:00
|
|
|
- function: MoveLeft
|
|
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: A
|
2019-04-06 18:06:53 +02:00
|
|
|
- function: MoveRight
|
|
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: D
|
2019-04-06 18:06:53 +02:00
|
|
|
- function: MoveDown
|
|
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: S
|
2020-06-19 15:15:25 +02:00
|
|
|
- function: Walk
|
2020-04-18 13:47:06 +02:00
|
|
|
type: State
|
|
|
|
|
key: Shift
|
2022-07-16 13:51:52 +10:00
|
|
|
# Shuttle
|
|
|
|
|
- function: ShuttleStrafeUp
|
|
|
|
|
type: State
|
|
|
|
|
key: W
|
|
|
|
|
- function: ShuttleStrafeLeft
|
|
|
|
|
type: State
|
2022-08-02 21:02:27 +08:00
|
|
|
key: A
|
2022-07-16 13:51:52 +10:00
|
|
|
- function: ShuttleStrafeRight
|
|
|
|
|
type: State
|
2022-08-02 21:02:27 +08:00
|
|
|
key: D
|
2022-07-16 13:51:52 +10:00
|
|
|
- function: ShuttleStrafeDown
|
|
|
|
|
type: State
|
|
|
|
|
key: S
|
|
|
|
|
- function: ShuttleRotateLeft
|
|
|
|
|
type: State
|
2022-08-02 21:02:27 +08:00
|
|
|
key: Q
|
2022-07-16 13:51:52 +10:00
|
|
|
- function: ShuttleRotateRight
|
|
|
|
|
type: State
|
2022-08-02 21:02:27 +08:00
|
|
|
key: E
|
2022-07-16 13:51:52 +10:00
|
|
|
- function: ShuttleBrake
|
|
|
|
|
type: State
|
|
|
|
|
key: Space
|
2022-08-29 15:05:53 +10:00
|
|
|
# Camera
|
2021-02-20 11:06:26 -08:00
|
|
|
- function: CameraRotateLeft
|
|
|
|
|
type: State
|
|
|
|
|
key: NumpadNum7
|
|
|
|
|
- function: CameraRotateRight
|
|
|
|
|
type: State
|
|
|
|
|
key: NumpadNum9
|
2022-08-29 15:05:53 +10:00
|
|
|
- function: CameraReset
|
|
|
|
|
type: State
|
|
|
|
|
key: NumpadNum8
|
2023-04-22 20:26:41 +10:00
|
|
|
- function: ZoomOut
|
|
|
|
|
type: State
|
|
|
|
|
key: NumpadNum4
|
|
|
|
|
- function: ZoomIn
|
|
|
|
|
type: State
|
|
|
|
|
key: NumpadNum6
|
|
|
|
|
- function: ResetZoom
|
|
|
|
|
type: State
|
|
|
|
|
key: NumpadNum5
|
2022-08-29 15:05:53 +10:00
|
|
|
# Misc
|
2025-03-27 17:20:20 +03:00
|
|
|
# CP14 Zone
|
|
|
|
|
- function: CP14OpenSkillMenu
|
|
|
|
|
type: State
|
|
|
|
|
key: R
|
2025-06-03 06:39:39 -05:00
|
|
|
- function: OpenBelt2
|
|
|
|
|
type: State
|
|
|
|
|
key: F
|
|
|
|
|
- function: SmartEquipBelt2
|
|
|
|
|
type: State
|
|
|
|
|
key: F
|
|
|
|
|
mod1: Shift
|
2025-03-27 17:20:20 +03:00
|
|
|
# CP14 Zone end
|
2019-04-06 18:06:53 +02:00
|
|
|
- function: ShowEscapeMenu
|
|
|
|
|
type: State
|
2023-04-10 20:40:07 -07:00
|
|
|
key: F10
|
2023-09-28 19:55:10 -04:00
|
|
|
- function: ToggleFullscreen
|
|
|
|
|
type: State
|
|
|
|
|
key: F11
|
2021-04-20 18:39:39 -05:00
|
|
|
- function: CycleChatChannelForward
|
|
|
|
|
type: State
|
|
|
|
|
key: Tab
|
2021-11-16 13:24:22 +01:00
|
|
|
priority: 1 # Before tab complete
|
2021-04-20 18:39:39 -05:00
|
|
|
- function: CycleChatChannelBackward
|
|
|
|
|
type: State
|
|
|
|
|
key: Tab
|
|
|
|
|
mod1: Control
|
|
|
|
|
- function: FocusChatInputWindow
|
2019-04-06 18:06:53 +02:00
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: T
|
2021-04-20 18:39:39 -05:00
|
|
|
- function: FocusLocalChatWindow
|
2020-07-06 08:45:58 -05:00
|
|
|
type: State
|
2021-07-20 10:29:09 +02:00
|
|
|
key: Period
|
2023-04-29 08:15:42 +02:00
|
|
|
- function: FocusEmote
|
|
|
|
|
type: State
|
|
|
|
|
mod1: Shift
|
|
|
|
|
key: Apostrophe
|
2022-01-11 06:48:18 -08:00
|
|
|
- function: FocusWhisperChatWindow
|
|
|
|
|
type: State
|
|
|
|
|
key: Comma
|
2021-04-20 18:39:39 -05:00
|
|
|
- function: FocusRadioWindow
|
|
|
|
|
type: State
|
|
|
|
|
key: SemiColon
|
2023-04-29 08:15:42 +02:00
|
|
|
- function: FocusLOOCWindow
|
|
|
|
|
type: State
|
|
|
|
|
mod1: Shift
|
|
|
|
|
key: Num9
|
2021-04-20 18:39:39 -05:00
|
|
|
- function: FocusOOCWindow
|
2020-07-08 05:18:16 -05:00
|
|
|
type: State
|
2021-07-20 10:29:09 +02:00
|
|
|
key: LBracket
|
2021-04-20 18:39:39 -05:00
|
|
|
- function: FocusAdminChatWindow
|
|
|
|
|
type: State
|
2021-07-20 10:29:09 +02:00
|
|
|
key: RBracket
|
|
|
|
|
- function: FocusDeadChatWindow
|
|
|
|
|
type: State
|
|
|
|
|
key: Backslash
|
|
|
|
|
- function: FocusConsoleChatWindow
|
|
|
|
|
type: State
|
|
|
|
|
key: Slash
|
2019-04-06 18:06:53 +02:00
|
|
|
- function: EditorLinePlace
|
2019-08-04 16:03:51 -07:00
|
|
|
type: State
|
2019-04-06 18:06:53 +02:00
|
|
|
key: MouseLeft
|
2019-08-04 16:03:51 -07:00
|
|
|
canFocus: true
|
2019-04-06 18:06:53 +02:00
|
|
|
mod1: Shift
|
|
|
|
|
- function: EditorGridPlace
|
2019-08-04 16:03:51 -07:00
|
|
|
type: State
|
2019-04-06 18:06:53 +02:00
|
|
|
key: MouseLeft
|
2019-08-04 16:03:51 -07:00
|
|
|
canFocus: true
|
2019-04-06 18:06:53 +02:00
|
|
|
mod1: Control
|
|
|
|
|
- function: EditorPlaceObject
|
|
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: MouseLeft
|
|
|
|
|
canFocus: true
|
2019-04-06 18:06:53 +02:00
|
|
|
- function: EditorCancelPlace
|
|
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: MouseRight
|
|
|
|
|
canFocus: true
|
2019-04-06 18:06:53 +02:00
|
|
|
- function: EditorRotateObject
|
|
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: MouseMiddle
|
2023-05-15 06:13:24 +02:00
|
|
|
- function: EditorFlipObject
|
|
|
|
|
type: State
|
|
|
|
|
key: MouseMiddle
|
|
|
|
|
mod1: Control
|
2022-06-06 10:58:20 +12:00
|
|
|
- function: EditorCopyObject
|
|
|
|
|
type: State
|
|
|
|
|
key: P
|
2018-05-27 10:13:33 +02:00
|
|
|
- function: SwapHands
|
|
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: X
|
2025-05-19 03:17:35 +02:00
|
|
|
- function: SwapHandsReverse
|
|
|
|
|
type: State
|
|
|
|
|
key: X
|
|
|
|
|
mod1: Shift
|
2023-12-04 18:04:39 -05:00
|
|
|
- function: MoveStoredItem
|
|
|
|
|
type: State
|
|
|
|
|
key: MouseLeft
|
|
|
|
|
canFocus: true
|
2024-03-24 11:25:04 -07:00
|
|
|
priority: 10
|
2023-12-04 18:04:39 -05:00
|
|
|
- function: RotateStoredItem
|
|
|
|
|
type: State
|
|
|
|
|
key: MouseRight
|
2024-03-28 06:31:47 +00:00
|
|
|
- function: SaveItemLocation
|
|
|
|
|
type: State
|
|
|
|
|
key: MouseMiddle
|
2018-05-27 10:13:33 +02:00
|
|
|
- function: Drop
|
|
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: Q
|
2018-05-27 10:13:33 +02:00
|
|
|
- function: ActivateItemInHand
|
|
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: Z
|
2021-08-22 03:20:18 +10:00
|
|
|
- function: AltActivateItemInHand
|
|
|
|
|
type: State
|
|
|
|
|
key: Z
|
|
|
|
|
mod1: Alt
|
2018-05-27 10:13:33 +02:00
|
|
|
- function: OpenCharacterMenu
|
|
|
|
|
type: State
|
2025-07-19 16:54:42 -07:00
|
|
|
key: U
|
2024-04-29 07:38:23 +03:00
|
|
|
- function: OpenEmotesMenu
|
|
|
|
|
type: State
|
|
|
|
|
key: Y
|
2020-05-04 17:46:28 +02:00
|
|
|
- function: TextCursorSelect
|
|
|
|
|
# TextCursorSelect HAS to be above ExamineEntity
|
|
|
|
|
# So that LineEdit receives it correctly.
|
|
|
|
|
# TODO: Make it so that UI keybinds are somehow prioritized so this ordering stuff isn't necessary.
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-05-04 17:46:28 +02:00
|
|
|
key: MouseLeft
|
|
|
|
|
mod1: Shift
|
|
|
|
|
canFocus: true
|
2018-08-08 11:43:49 -07:00
|
|
|
- function: ExamineEntity
|
|
|
|
|
type: State
|
2018-08-16 15:57:11 -07:00
|
|
|
key: MouseLeft
|
2019-08-04 16:03:51 -07:00
|
|
|
canFocus: true
|
|
|
|
|
mod1: Shift
|
2018-08-22 01:19:47 -07:00
|
|
|
- function: ActivateItemInWorld
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: E
|
2021-08-22 03:20:18 +10:00
|
|
|
- function: AltActivateItemInWorld
|
|
|
|
|
type: State
|
|
|
|
|
key: MouseLeft
|
|
|
|
|
canFocus: true
|
|
|
|
|
mod1: Alt
|
|
|
|
|
- function: AltActivateItemInWorld # secondary binding
|
|
|
|
|
type: State
|
|
|
|
|
key: E
|
|
|
|
|
mod1: Alt
|
2018-08-22 01:19:47 -07:00
|
|
|
- function: ThrowItemInHand
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-10-26 15:08:04 +02:00
|
|
|
key: Q
|
2020-12-22 07:52:54 +01:00
|
|
|
mod1: Control
|
2020-07-27 00:54:32 +02:00
|
|
|
- function: TryPullObject
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-07-27 00:54:32 +02:00
|
|
|
canFocus: true
|
|
|
|
|
key: MouseLeft
|
|
|
|
|
mod1: Control
|
|
|
|
|
- function: MovePulledObject
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-07-27 00:54:32 +02:00
|
|
|
key: MouseRight
|
2018-08-22 01:19:47 -07:00
|
|
|
mod1: Control
|
2020-09-16 14:58:50 -07:00
|
|
|
- function: ReleasePulledObject
|
|
|
|
|
type: State
|
|
|
|
|
key: H
|
2019-07-17 21:37:58 +02:00
|
|
|
- function: OpenCraftingMenu
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2019-07-17 21:37:58 +02:00
|
|
|
key: G
|
2023-01-16 21:42:22 +13:00
|
|
|
- function: OpenGuidebook
|
|
|
|
|
type: State
|
|
|
|
|
key: NumpadNum0
|
2022-10-12 01:16:23 -07:00
|
|
|
- function: OpenAHelp
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2019-07-19 14:21:36 +02:00
|
|
|
key: F1
|
2019-07-20 13:11:42 +02:00
|
|
|
- function: OpenInventoryMenu
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2019-07-20 13:11:42 +02:00
|
|
|
key: I
|
2020-05-05 00:39:15 +02:00
|
|
|
- function: SmartEquipBackpack
|
|
|
|
|
type: State
|
|
|
|
|
key: B
|
|
|
|
|
mod1: Shift
|
|
|
|
|
- function: SmartEquipBelt
|
|
|
|
|
type: State
|
|
|
|
|
key: E
|
|
|
|
|
mod1: Shift
|
2023-12-08 13:43:37 -05:00
|
|
|
- function: OpenBackpack
|
|
|
|
|
type: State
|
|
|
|
|
key: V
|
|
|
|
|
- function: OpenBelt
|
|
|
|
|
type: State
|
|
|
|
|
key: V
|
|
|
|
|
mod1: Shift
|
2019-08-04 16:03:51 -07:00
|
|
|
- function: ShowDebugConsole
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: Tilde
|
2023-09-16 16:09:51 +12:00
|
|
|
- function: InspectEntity
|
|
|
|
|
type: State
|
|
|
|
|
key: v
|
|
|
|
|
mod1: Alt
|
2019-08-04 16:03:51 -07:00
|
|
|
- function: MouseMiddle
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: MouseMiddle
|
2019-08-05 22:59:37 -07:00
|
|
|
canFocus: true
|
2024-08-13 15:36:41 +02:00
|
|
|
- function: RotateObjectClockwise
|
|
|
|
|
type: State
|
|
|
|
|
key: R
|
|
|
|
|
- function: RotateObjectCounterclockwise
|
|
|
|
|
type: State
|
|
|
|
|
key: R
|
|
|
|
|
mod1: Shift
|
|
|
|
|
- function: FlipObject
|
|
|
|
|
type: State
|
|
|
|
|
key: F
|
2019-08-05 22:59:37 -07:00
|
|
|
- function: TextCursorLeft
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2019-08-05 22:59:37 -07:00
|
|
|
key: Left
|
2019-08-21 19:46:06 +02:00
|
|
|
canRepeat: true
|
2019-08-05 22:59:37 -07:00
|
|
|
- function: TextCursorRight
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2019-08-05 22:59:37 -07:00
|
|
|
key: Right
|
2020-01-18 03:17:52 +01:00
|
|
|
canRepeat: true
|
2022-11-13 06:56:01 +01:00
|
|
|
- function: TextCursorUp
|
|
|
|
|
type: State
|
|
|
|
|
key: Up
|
|
|
|
|
canRepeat: true
|
|
|
|
|
priority: 2
|
|
|
|
|
- function: TextCursorDown
|
|
|
|
|
type: State
|
|
|
|
|
key: Down
|
|
|
|
|
canRepeat: true
|
|
|
|
|
priority: 2
|
2020-05-04 17:46:28 +02:00
|
|
|
- function: TextCursorWordLeft
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-05-04 17:46:28 +02:00
|
|
|
key: Left
|
|
|
|
|
mod1: Control
|
|
|
|
|
canRepeat: true
|
2021-01-05 02:47:42 -03:00
|
|
|
allowSubCombs: true
|
2020-05-04 17:46:28 +02:00
|
|
|
- function: TextCursorWordRight
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-05-04 17:46:28 +02:00
|
|
|
key: Right
|
|
|
|
|
mod1: Control
|
|
|
|
|
canRepeat: true
|
2021-01-05 02:47:42 -03:00
|
|
|
allowSubCombs: true
|
2020-01-18 03:14:02 +01:00
|
|
|
- function: TextCursorBegin
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-01-18 03:14:02 +01:00
|
|
|
key: Home
|
|
|
|
|
- function: TextCursorEnd
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-01-18 03:14:02 +01:00
|
|
|
key: End
|
2019-08-21 19:46:06 +02:00
|
|
|
canRepeat: true
|
2020-05-04 17:46:28 +02:00
|
|
|
- function: TextCursorSelectLeft
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-05-04 17:46:28 +02:00
|
|
|
key: Left
|
|
|
|
|
mod1: Shift
|
|
|
|
|
canRepeat: true
|
2021-01-05 02:47:42 -03:00
|
|
|
allowSubCombs: true
|
2020-05-04 17:46:28 +02:00
|
|
|
- function: TextCursorSelectRight
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-05-04 17:46:28 +02:00
|
|
|
key: Right
|
|
|
|
|
mod1: Shift
|
|
|
|
|
canRepeat: true
|
2021-01-05 02:47:42 -03:00
|
|
|
allowSubCombs: true
|
2022-11-13 06:56:01 +01:00
|
|
|
- function: TextCursorSelectUp
|
|
|
|
|
type: State
|
|
|
|
|
key: Up
|
|
|
|
|
mod1: Shift
|
|
|
|
|
canRepeat: true
|
|
|
|
|
allowSubCombs: true
|
|
|
|
|
- function: TextCursorSelectDown
|
|
|
|
|
type: State
|
|
|
|
|
key: Down
|
|
|
|
|
mod1: Shift
|
|
|
|
|
canRepeat: true
|
|
|
|
|
allowSubCombs: true
|
2020-05-04 17:46:28 +02:00
|
|
|
- function: TextCursorSelectWordLeft
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-05-04 17:46:28 +02:00
|
|
|
key: Left
|
|
|
|
|
mod1: Shift
|
|
|
|
|
mod2: Control
|
|
|
|
|
canRepeat: true
|
2021-01-05 02:47:42 -03:00
|
|
|
allowSubCombs: true
|
2020-05-04 17:46:28 +02:00
|
|
|
- function: TextCursorSelectWordRight
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-05-04 17:46:28 +02:00
|
|
|
key: Right
|
|
|
|
|
mod1: Shift
|
|
|
|
|
mod2: Control
|
|
|
|
|
canRepeat: true
|
2021-01-05 02:47:42 -03:00
|
|
|
allowSubCombs: true
|
2020-05-04 17:46:28 +02:00
|
|
|
- function: TextCursorSelectBegin
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-05-04 17:46:28 +02:00
|
|
|
mod1: Shift
|
|
|
|
|
key: Home
|
2021-01-05 02:47:42 -03:00
|
|
|
allowSubCombs: true
|
2020-05-04 17:46:28 +02:00
|
|
|
- function: TextCursorSelectEnd
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-05-04 17:46:28 +02:00
|
|
|
mod1: Shift
|
|
|
|
|
key: End
|
|
|
|
|
canRepeat: true
|
2021-01-05 02:47:42 -03:00
|
|
|
allowSubCombs: true
|
2019-08-05 22:59:37 -07:00
|
|
|
- function: TextBackspace
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2019-08-05 22:59:37 -07:00
|
|
|
key: BackSpace
|
2019-08-21 19:46:06 +02:00
|
|
|
canRepeat: true
|
2023-04-14 04:14:11 +02:00
|
|
|
- function: TextDelete
|
|
|
|
|
type: State
|
|
|
|
|
key: Delete
|
|
|
|
|
canRepeat: true
|
|
|
|
|
- function: TextWordBackspace
|
|
|
|
|
type: State
|
|
|
|
|
key: BackSpace
|
|
|
|
|
mod1: Control
|
|
|
|
|
canRepeat: true
|
|
|
|
|
allowSubCombs: true
|
|
|
|
|
- function: TextWordDelete
|
|
|
|
|
type: State
|
|
|
|
|
key: Delete
|
|
|
|
|
mod1: Control
|
|
|
|
|
canRepeat: true
|
|
|
|
|
allowSubCombs: true
|
2022-11-13 06:56:01 +01:00
|
|
|
- function: TextNewline
|
|
|
|
|
type: State
|
|
|
|
|
key: Return
|
|
|
|
|
canRepeat: true
|
|
|
|
|
- function: TextNewline
|
|
|
|
|
type: State
|
|
|
|
|
key: NumpadEnter
|
|
|
|
|
canRepeat: true
|
2019-08-05 22:59:37 -07:00
|
|
|
- function: TextSubmit
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2019-08-05 22:59:37 -07:00
|
|
|
key: Return
|
|
|
|
|
- function: TextSubmit
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2019-08-05 22:59:37 -07:00
|
|
|
key: NumpadEnter
|
2024-02-27 02:38:00 +01:00
|
|
|
- function: MultilineTextSubmit
|
|
|
|
|
type: State
|
|
|
|
|
key: Return
|
2024-03-06 02:35:26 +01:00
|
|
|
mod1: Control
|
2024-02-27 02:38:00 +01:00
|
|
|
- function: MultilineTextSubmit
|
|
|
|
|
type: State
|
|
|
|
|
key: NumpadEnter
|
2024-03-06 02:35:26 +01:00
|
|
|
mod1: Control
|
2020-05-04 17:46:28 +02:00
|
|
|
- function: TextSelectAll
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-05-04 17:46:28 +02:00
|
|
|
key: A
|
|
|
|
|
mod1: Control
|
2021-01-05 02:47:42 -03:00
|
|
|
allowSubCombs: true
|
2020-05-04 17:46:28 +02:00
|
|
|
- function: TextCopy
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-05-04 17:46:28 +02:00
|
|
|
key: C
|
|
|
|
|
mod1: Control
|
2021-01-05 02:47:42 -03:00
|
|
|
allowSubCombs: true
|
2020-05-04 17:46:28 +02:00
|
|
|
- function: TextCut
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-05-04 17:46:28 +02:00
|
|
|
key: X
|
|
|
|
|
mod1: Control
|
2021-01-05 02:47:42 -03:00
|
|
|
allowSubCombs: true
|
2019-08-05 22:59:37 -07:00
|
|
|
- function: TextPaste
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2019-08-05 22:59:37 -07:00
|
|
|
key: V
|
|
|
|
|
mod1: Control
|
2021-01-05 02:47:42 -03:00
|
|
|
allowSubCombs: true
|
2019-08-05 22:59:37 -07:00
|
|
|
- function: TextHistoryPrev
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2019-08-05 22:59:37 -07:00
|
|
|
key: Up
|
|
|
|
|
- function: TextHistoryNext
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2019-08-05 22:59:37 -07:00
|
|
|
key: Down
|
2022-05-18 04:36:21 +02:00
|
|
|
- function: TextCompleteNext
|
|
|
|
|
type: State
|
|
|
|
|
key: Down
|
|
|
|
|
priority: 1
|
|
|
|
|
canRepeat: true
|
|
|
|
|
- function: TextCompletePrev
|
|
|
|
|
type: State
|
|
|
|
|
key: Up
|
|
|
|
|
priority: 1
|
|
|
|
|
canRepeat: true
|
2019-08-05 22:59:37 -07:00
|
|
|
- function: TextReleaseFocus
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2019-08-05 22:59:37 -07:00
|
|
|
key: Escape
|
2020-05-23 03:09:44 +02:00
|
|
|
priority: 15
|
2019-08-05 22:59:37 -07:00
|
|
|
- function: TextScrollToBottom
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2019-08-21 19:46:06 +02:00
|
|
|
key: PageDown
|
2021-11-10 14:35:33 -05:00
|
|
|
- function: TextTabComplete
|
|
|
|
|
type: State
|
|
|
|
|
key: Tab
|
2020-02-02 16:38:51 -05:00
|
|
|
- function: OpenEntitySpawnWindow
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-02-02 16:38:51 -05:00
|
|
|
key: F5
|
|
|
|
|
- function: OpenTileSpawnWindow
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-02-02 16:38:51 -05:00
|
|
|
key: F6
|
2020-08-25 17:18:32 +02:00
|
|
|
- function: OpenAdminMenu
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-08-25 17:18:32 +02:00
|
|
|
key: F7
|
2022-02-08 13:54:41 -07:00
|
|
|
- function: OpenDecalSpawnWindow
|
|
|
|
|
type: State
|
|
|
|
|
key: F8
|
2024-07-28 23:49:28 -07:00
|
|
|
- function: ToggleRoundEndSummaryWindow
|
|
|
|
|
type: Toggle
|
2024-04-26 05:39:56 -07:00
|
|
|
key: F9
|
2020-02-02 16:38:51 -05:00
|
|
|
- function: OpenSandboxWindow
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-02-02 16:38:51 -05:00
|
|
|
key: B
|
2020-04-30 12:45:21 +02:00
|
|
|
- function: TakeScreenshot
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-04-30 12:45:21 +02:00
|
|
|
key: F2
|
|
|
|
|
- function: TakeScreenshotNoUI
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-04-30 12:45:21 +02:00
|
|
|
key: F2
|
|
|
|
|
mod1: Shift
|
2020-06-02 13:29:08 +02:00
|
|
|
- function: GuiTabNavigateNext
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-06-02 13:29:08 +02:00
|
|
|
key: Tab
|
|
|
|
|
- function: GuiTabNavigatePrev
|
2020-09-07 10:57:17 +02:00
|
|
|
type: State
|
2020-06-02 13:29:08 +02:00
|
|
|
key: Tab
|
|
|
|
|
mod1: Shift
|
2023-04-13 18:10:44 -07:00
|
|
|
- function: EscapeContext
|
2023-04-08 19:19:32 -07:00
|
|
|
type: State
|
|
|
|
|
key: Escape
|
|
|
|
|
- function: WindowCloseAll
|
|
|
|
|
type: State
|
|
|
|
|
key: Escape
|
|
|
|
|
mod1: Shift
|
2020-07-24 14:51:18 +02:00
|
|
|
- function: Point
|
|
|
|
|
type: State
|
|
|
|
|
key: MouseMiddle
|
|
|
|
|
mod1: Shift
|
2020-09-26 15:25:22 +02:00
|
|
|
- function: ArcadeUp
|
|
|
|
|
type: State
|
|
|
|
|
key: Up
|
2024-08-24 12:37:30 +03:00
|
|
|
priority: -1
|
2020-09-26 15:25:22 +02:00
|
|
|
- function: ArcadeDown
|
|
|
|
|
type: State
|
|
|
|
|
key: Down
|
2024-08-24 12:37:30 +03:00
|
|
|
priority: -1
|
2020-09-26 15:25:22 +02:00
|
|
|
- function: ArcadeLeft
|
|
|
|
|
type: State
|
|
|
|
|
key: Left
|
2024-08-24 12:37:30 +03:00
|
|
|
priority: -1
|
2020-09-26 15:25:22 +02:00
|
|
|
- function: ArcadeRight
|
|
|
|
|
type: State
|
|
|
|
|
key: Right
|
2024-08-24 12:37:30 +03:00
|
|
|
priority: -1
|
2020-09-26 15:25:22 +02:00
|
|
|
- function: Arcade1
|
|
|
|
|
type: State
|
|
|
|
|
key: Space
|
|
|
|
|
- function: Arcade2
|
|
|
|
|
type: State
|
|
|
|
|
key: C
|
|
|
|
|
- function: Arcade3
|
|
|
|
|
type: State
|
|
|
|
|
key: Z
|
2025-07-19 16:54:42 -07:00
|
|
|
- function: ToggleKnockdown
|
|
|
|
|
type: State
|
|
|
|
|
key: C
|
2020-12-13 14:28:20 -08:00
|
|
|
- function: OpenAbilitiesMenu
|
|
|
|
|
type: State
|
2021-01-08 20:40:07 -08:00
|
|
|
key: K
|
2020-12-13 14:28:20 -08:00
|
|
|
- function: Hotbar0
|
|
|
|
|
type: State
|
|
|
|
|
key: Num0
|
|
|
|
|
- function: Hotbar1
|
|
|
|
|
type: State
|
|
|
|
|
key: Num1
|
|
|
|
|
- function: Hotbar2
|
|
|
|
|
type: State
|
|
|
|
|
key: Num2
|
|
|
|
|
- function: Hotbar3
|
|
|
|
|
type: State
|
|
|
|
|
key: Num3
|
|
|
|
|
- function: Hotbar4
|
|
|
|
|
type: State
|
|
|
|
|
key: Num4
|
|
|
|
|
- function: Hotbar5
|
|
|
|
|
type: State
|
|
|
|
|
key: Num5
|
|
|
|
|
- function: Hotbar6
|
|
|
|
|
type: State
|
|
|
|
|
key: Num6
|
|
|
|
|
- function: Hotbar7
|
|
|
|
|
type: State
|
|
|
|
|
key: Num7
|
|
|
|
|
- function: Hotbar8
|
|
|
|
|
type: State
|
|
|
|
|
key: Num8
|
|
|
|
|
- function: Hotbar9
|
|
|
|
|
type: State
|
|
|
|
|
key: Num9
|
2025-04-19 02:45:20 +04:00
|
|
|
- function: HotbarShift0
|
|
|
|
|
type: State
|
|
|
|
|
key: Num0
|
|
|
|
|
mod1: Shift
|
|
|
|
|
- function: HotbarShift1
|
|
|
|
|
type: State
|
|
|
|
|
key: Num1
|
|
|
|
|
mod1: Shift
|
|
|
|
|
- function: HotbarShift2
|
|
|
|
|
type: State
|
|
|
|
|
key: Num2
|
|
|
|
|
mod1: Shift
|
|
|
|
|
- function: HotbarShift3
|
|
|
|
|
type: State
|
|
|
|
|
key: Num3
|
|
|
|
|
mod1: Shift
|
|
|
|
|
- function: HotbarShift4
|
|
|
|
|
type: State
|
|
|
|
|
key: Num4
|
|
|
|
|
mod1: Shift
|
|
|
|
|
- function: HotbarShift5
|
|
|
|
|
type: State
|
|
|
|
|
key: Num5
|
|
|
|
|
mod1: Shift
|
|
|
|
|
- function: HotbarShift6
|
|
|
|
|
type: State
|
|
|
|
|
key: Num6
|
|
|
|
|
mod1: Shift
|
|
|
|
|
- function: HotbarShift7
|
|
|
|
|
type: State
|
|
|
|
|
key: Num7
|
|
|
|
|
mod1: Shift
|
|
|
|
|
- function: HotbarShift8
|
|
|
|
|
type: State
|
|
|
|
|
key: Num8
|
|
|
|
|
mod1: Shift
|
|
|
|
|
- function: HotbarShift9
|
|
|
|
|
type: State
|
|
|
|
|
key: Num9
|
|
|
|
|
mod1: Shift
|
2024-08-03 20:31:45 -07:00
|
|
|
- function: MappingUnselect
|
|
|
|
|
type: State
|
|
|
|
|
key: MouseRight
|
|
|
|
|
canFocus: true
|
|
|
|
|
- function: SaveMap
|
|
|
|
|
type: State
|
|
|
|
|
key: S
|
|
|
|
|
mod1: Control
|
|
|
|
|
- function: MappingEnablePick
|
|
|
|
|
type: State
|
|
|
|
|
key: Num5
|
|
|
|
|
- function: MappingEnableDelete
|
|
|
|
|
type: State
|
|
|
|
|
key: Num6
|
|
|
|
|
- function: MappingPick
|
|
|
|
|
type: State
|
|
|
|
|
key: MouseLeft
|
|
|
|
|
canFocus: true
|
|
|
|
|
- function: MappingRemoveDecal
|
|
|
|
|
type: State
|
|
|
|
|
key: MouseLeft
|
|
|
|
|
canFocus: true
|
|
|
|
|
- function: MappingCancelEraseDecal
|
|
|
|
|
type: State
|
|
|
|
|
key: MouseRight
|
|
|
|
|
canFocus: true
|
|
|
|
|
- function: MappingOpenContextMenu
|
|
|
|
|
type: State
|
|
|
|
|
key: MouseRight
|
|
|
|
|
canFocus: true
|