Allow use of items while examine subinventory shows
Still not sure what to do with right click scrolling, item swapping
This commit is contained in:
@@ -44,6 +44,11 @@ hotkeyToString :: Hotkey -> String
|
||||
hotkeyToString x = case x of
|
||||
HotkeyQ -> "[Q]"
|
||||
HotkeyE -> "[E]"
|
||||
HotkeyR -> "[R]"
|
||||
HotkeyZ -> "[Z]"
|
||||
HotkeyX -> "[X]"
|
||||
HotkeyC -> "[C]"
|
||||
HotkeyV -> "[V]"
|
||||
Hotkey1 -> "[1]"
|
||||
Hotkey2 -> "[2]"
|
||||
Hotkey3 -> "[3]"
|
||||
|
||||
Reference in New Issue
Block a user