Page 1 of 1
Missing shortcut keys?!!
Posted: 04 Jan 2013 15:42
by Kees54
For a long time I use Total Commander as File Manager, but I missed the possibilty of TAGS.
Since a few days I'm working with XYPlorer.
I'm impressed of the possibilities but I'm looking for two things.
How can I select several (on different places) files in a folder without using the mouse and do CTRL-click?
In Total Commander I was used to select a file with <Ins>, because I don't like to use the mouse.
Another one:
I have tagged files and know how to find files by tags, but how can I do that without the use of a mouse?
Is that possible?
Re: Missing shortcut keys?
Posted: 04 Jan 2013 21:33
by kunkel321
I use the "Sticky Select" toolbar button (looks like a thumbtack).
I don't use Labels, so not sure about that... But any menu command can have a Hot Key assigned to it via Tools Menu > Customize Keyboard Shortcuts.
Re: Missing shortcut keys?
Posted: 05 Jan 2013 11:58
by Kees54
Thanks for your answer. The sticky select is indeed a good tip, I can use it very well.
Unfortunately there is no Hot Key for the Find by Tags command.....
I think it's forgotten!
I hope it will be there in the next version.
Re: Missing shortcut keys?!!
Posted: 05 Jan 2013 12:39
by admin
Kees54 wrote:How can I select several (on different places) files in a folder without using the mouse and do CTRL-click?
The standard way to do this is hold CTRL while you move the selection with the arrow keys, then (while holding CTRL) use SPACE to toggle the selection of the current item.
Re: Missing shortcut keys?
Posted: 05 Jan 2013 12:41
by admin
Kees54 wrote:Unfortunately there is no Hot Key for the Find by Tags command.....
I think it's forgotten!
I hope it will be there in the next version.
There are many ways to find by tags. Which interface do you mean that should get a shortcut?
Re: Missing shortcut keys?!!
Posted: 05 Jan 2013 13:10
by Kees54
Thanks for the tip with the CTRL-key and the Spacebar, that's a good one!
What about the searching by tags: I'd like to make a hotkey so that I get the window `Find by tags´ where I can tick the tags. It´s the same window that comes down when the blue label button is clicked. No, it´s the TAGlist that you have to choose there!
I do all things by keyboard, so I`m trying to make a hotkey for it.
Re: Missing shortcut keys?!!
Posted: 05 Jan 2013 13:55
by admin
Kees54 wrote:What about the searching by tags: I'd like to make a hotkey so that I get the window `Find by tags´ where I can tick the tags. It´s the same window that comes down when the blue label button is clicked. No, it´s the TAGlist that you have to choose there!
I do all things by keyboard, so I`m trying to make a hotkey for it.
These two interfaces (
Find by tags and
Tag list) are both controlled by scope the option set
Search Everywhere / Search This Branch / Search Here at the bottom of the "Find by Tags" toolbar button dropdown. Therefore it is difficult or misleading to make them accessible by a shortcut. First the scope should be integrated into this interface, which is not easy currently for architectural reasons.
But there is hope! The scripting command taglist() lets you access the tag list programmatically. It would not take a lot of lines to replicate a "find by tags via tag list" interface with your custom options.