kupferlauncher / kupfer

kupfer, smart, quick launcher. `master' is kupfer's release branch.
http://kupferlauncher.github.io
GNU General Public License v3.0
366 stars 64 forks source link

Focus action pane by default in some cases #57

Open bluss opened 7 years ago

bluss commented 7 years ago

Let's consider focusing the action pane in a number of cases (instead of the primary object pane; the action pane is where actions appear, to the right of the primary object pane by default).

Help Wanted Tag: because user input is wanted.

Tangential issues: Accelerator key to select each pane (primary object, action, indirect object)? Alt + 1, 2, 3 would be natural.

khurshid-alam commented 7 years ago

Can we use Right-Arrow-Key to switch to Action pane? I have to pres Tab (and then the down-arrow to list through all other actions) to switch....which is little annoying.

bluss commented 7 years ago

I don't think so, right arrow is already used to descend into things (into collections and directories). New in last version was at least that finally one can add a key shortcut to go to pane 1, 2, and 3, So you can use ctrl + 2 for example to switch to actions. Action accelerators PR #58 will probably help with some of the action switching pain too.

khurshid-alam commented 7 years ago

Ok. Let's carry on discussion on #58 page

bluss commented 7 years ago

Lol, I found a shortcut in the code I didn't know: Shift + Down is the same as Tab to switch to action pane, then Down. That's kind of what was asked for. (I'm not entirely sure when this was added; it was maybe part of “type with shift to search for actions” which was an unused experiment.)