flare-engine icon indicating copy to clipboard operation
flare-engine copied to clipboard

"half" button or "one-quarter" button, for item dividing by shift key

Open sujiniku opened this issue 6 years ago • 4 comments

About item dividing by shift key, When dividing gold store in Shared Stash, it is troublesome to input with the keyboard one by one. therefore, Please adding the feture that "half" button or "one-quarter" button etc for dividing fast.

sujiniku avatar Mar 10 '18 11:03 sujiniku

The current scheme is this:

  • Left click = Pick up entire stack and drag
  • +Shift = Open the quantity input dialog
  • +Control = Instantly move entire stack to other window

Maybe we should change the first two, so it will look like this:

  • Left click = Open the quantity input dialog if the stack is > 1
  • +Shift = Split the stack and drag
  • +Control = Instantly move entire stack to other window (unchanged)

dorkster avatar Mar 10 '18 18:03 dorkster

In the item list, I often move items. Potion is no exception. Opening numerical input just by moving the potion is going to increase the operation. It will be complicated. So please don't change left click.

sujiniku avatar Mar 11 '18 02:03 sujiniku

I think it is better to attach a slider. Such as volume adjustment slider. I think it would be better to use the slider and adjust it with 5% pitch. If 5% pitch, both half and quarter are possible.

Depending on the hardware (i.e mobile device), the keyboard may not exist, so we need to have feature to avoid such keyboard operations.

sujiniku avatar Mar 13 '18 08:03 sujiniku

@dorkster wrote:

Maybe we should change the first two, so it will look like this:

* **Left click = Open the quantity input dialog if the stack is > 1**
* **+Shift = Split the stack and drag**
* +Control = Instantly move entire stack to other window (unchanged)

The left-click drag mode is intuitive, it should work hassle-free for all situations even if the player doesn't know about the available modifiers. I would like to suggest this instead:

  • Left click = Pick up entire stack and drag
  • +Shift = Open the quantity input dialog
  • +Control = Split the stack and drag
  • Double click = Instantly move entire stack to other window

Or re-purpose right click for the latter, in situations where a target window is available. E.g. you would sell, but not drink a potion while at the vendor or stash.

elosha avatar Feb 11 '19 19:02 elosha