-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved keyboard support in inventory #191
base: main
Are you sure you want to change the base?
Conversation
A feature on my TODO list has been to enable whole stack transfers with Ctrl+Click/Enter. Useful when you want to transfer lots of items or items that exceed the 999 stack count without having to deal with the god awful UI that plagues these games |
@dje4321 I've added a feature to transfer items with |
Up
- scroll inventory one item upDown
- scroll inventory one item upHome
- scroll to the beginning of the inventoryEnd
- scroll to the end of the inventoryPage Up
- scroll inventory one page up (6 items) - except for trade dialog where the key scrolls up a "table" (proposals)Page Down
- scroll inventory one page down (6 items) - except for trade dialog where the key scrolls down a "table" (proposals)Ctrl+Up
- scroll target inventory one item upCtrl+Down
- scroll target inventory one item upCtrl+Home
- scroll to the beginning of the target inventoryCtrl+End
- scroll to the end of the target inventoryCtrl+Page Up
- scroll target inventory one page up (6 items) - except for trade dialog where the key scrolls up a target "table" (proposals)Ctrl+Page Down
- scroll inventory one page down (6 items) - except for trade dialog where the key scrolls down a target "table" (proposals)Left
/Right
instead ofPage Up
/Page Down
.Up
key to increase valueDown
key to decrease valueA
key to select allPage Up
key not mapped correctlyCtrl
key will transfer one item without the need to drag and drop it.Ctrl+Shift
keys will transfer all stack (up to 999) without the need to drag and drop themShift
key will take all stack (up to 999) items and will allow to drop it with move dialog.