alexbatalov / fallout1-ce

Fallout for modern operating systems
Other
2.18k stars 150 forks source link

Improved keyboard support in inventory #191

Open Norfolc opened 4 months ago

Norfolc commented 4 months ago
dje4321 commented 4 months ago

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

Norfolc commented 4 months ago

@dje4321 partially resolve issue with 999 items with PR #192 that increases that number up to 9999.

Norfolc commented 4 months ago

@dje4321 I've added a feature to transfer items with Ctrl and Shift keys. Left clicking on an item with Ctrl key will transfer one item without the need to drag and drop it. Left clicking on an item with Ctrl+Shift keys will transfer all stack without the need to drag and drop them - actually it transfers not all items but maximum number of items that is allowed by move dialog - 999. With the fix #192 this number will be increased to 9999. Left clicking on an item with Shift key will take all stack (up to 999) items and will allow to drop it with move dialog.