Improved keyboard support in inventory #191
Open
+405
−379
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.