artg3-dev / DM_Tools

A tool for Dungeon Masters to run a campaign
GNU General Public License v3.0
0 stars 1 forks source link

Allow Mass Editing in Manage Party section #60

Open Mazzmnza42 opened 4 years ago

Mazzmnza42 commented 4 years ago

Is your feature request related to a problem? Please describe. Currently, Shift-Click automatically swaps a PC to the opposite section. This is handy, but it's not what I expect as a user. It might be a bit slow to delete multiple PCs, or move multiple PCs to the Available Players Section.

Describe the solution you'd like Allow for mass selection of PCs using Shift-Click and CTRL-Click. The Delete PC and Swap buttons will affect all selected PCs. The Edit PC button will affect only the highest selected PC in the list. Right Click can automatically Swap a PC instead of Shift-Click

artg3-dev commented 4 years ago

This one will be tricky to implement, due to how the two lists are coded. I'll have to look into this.

artg3-dev commented 4 years ago

I'm not sure right-click is the best choice for moving pcs. maybe a keyboard input? (not tab). or some other keyboard-mouse input?

Mazzmnza42 commented 4 years ago

I guess it could just be a hotkey assigned to swap

artg3-dev commented 4 years ago

I figured eventually right click will bring a menu up like most programs