pyfa-org / Pyfa

Python fitting assistant, cross-platform fitting tool for EVE Online
GNU General Public License v3.0
1.61k stars 408 forks source link

[feature request] shortcut for changing item quantity #2351

Open tryhardedgelord opened 3 years ago

tryhardedgelord commented 3 years ago

it's in the title. its pretty annoying having to click through the menus when adding things like lots of ammo or drones into your fit, making it so you can assign "change item quantity" to a hotkey wouldnt take lots of time to implement but would save tons of time for people that spend more time in pyfa than actually playing the game

blitzmann commented 3 years ago

@tryhardedgelord You talking about a shortcut that opens this window?

image

What would you recommend? We could do something like alt+double click opens that window. We use AALT modifier for other shortcuts, we would have to verify that something like that makes sense in conjunction with the other modifiers (don't want to throw in a new shortcut that doesn't make sense with other shortcuts in the platform)

tryhardedgelord commented 3 years ago

if i were to do it for myself it'd be f2 cuz its the windows hotkey for renaming things and i think that correlation lowkey makes sense other than that idk, anything works i guess, as long as you can reach it with little effort (no 3 key combinations(?))

blitzmann commented 3 years ago

I'll keep this open for now, but don't have time to work on it. If someone else wishes to pick it up, that would be great. IIRC, the function keys are severely underutilized in pyfa, so there might be an opportunity to start assigning some common context menus with those. However, global shortcut handlers are pretty finicky to work on, and we would want to remain consistent across the board with shortcuts that are similar to one another.