Add Alt-click functionality (#4497)
* Fix ItemSlot Bug * Add Alt-use Key * Fix TransferAmount window bug * Alt-click functionality * Added AltInteract verbs * Add new verbs * verb icons * Changed Comments * Change Comments * Fix disposal verbs * Changed Get...() to Get...OrNull() * Changed alt-interact combat behaviour * Update verb icons * Inventory interact event * Add Alt+E secondary binding * Add alt-z keybinding * Rename AltUse -> AltActivateItemInWorld
This commit is contained in:
@@ -109,6 +109,10 @@ binds:
|
||||
- function: ActivateItemInHand
|
||||
type: State
|
||||
key: Z
|
||||
- function: AltActivateItemInHand
|
||||
type: State
|
||||
key: Z
|
||||
mod1: Alt
|
||||
- function: OpenCharacterMenu
|
||||
type: State
|
||||
key: C
|
||||
@@ -128,6 +132,15 @@ binds:
|
||||
- function: ActivateItemInWorld
|
||||
type: State
|
||||
key: E
|
||||
- function: AltActivateItemInWorld
|
||||
type: State
|
||||
key: MouseLeft
|
||||
canFocus: true
|
||||
mod1: Alt
|
||||
- function: AltActivateItemInWorld # secondary binding
|
||||
type: State
|
||||
key: E
|
||||
mod1: Alt
|
||||
- function: ThrowItemInHand
|
||||
type: State
|
||||
key: Q
|
||||
|
||||
Reference in New Issue
Block a user