What does Shift+ Right Arrow do and how can I disable it?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Jorge24
Junior Member
Junior Member
Posts: 53
Joined: 2016-11-06, 18:14 UTC
Location: USA

What does Shift+ Right Arrow do and how can I disable it?

Post by *Jorge24 »

When I press Shift + Right Arrow Key or Shift + Left Arrow Key, a sort of search bar appears at the bottom where I can type in file names from the current director that get autocomplete.

What is that search bar called and can I disable it somehow?

It's a problem because in thumbnail view mode, left/right arrow keys are used to move the selection left/right so when I try to mark/highlight files by pressing Shift+Right or Shift+Left, it opens that bar at the bottom instead.
User avatar
Gral
Power Member
Power Member
Posts: 1600
Joined: 2005-01-26, 15:12 UTC

Re: What does Shift+ Right Arrow do and how can I disable it?

Post by *Gral »

This "search bar" is actual COMMAND LINE.
You can disable it by adding or change "RestrictInterface" key value to "2" under [Configuration] section

Code: Select all

RestrictInterface=2
Jorge24
Junior Member
Junior Member
Posts: 53
Joined: 2016-11-06, 18:14 UTC
Location: USA

Re: What does Shift+ Right Arrow do and how can I disable it?

Post by *Jorge24 »

Gral wrote: 2024-06-30, 19:57 UTC This "search bar" is actual COMMAND LINE.
You can disable it by adding or change "RestrictInterface" key value to "2" under [Configuration] section

Code: Select all

RestrictInterface=2
Thanks, although for some reason I still can't use Shift+Right/Left to mark images in thumbnail view.
The command line bar doesn't show up anymore but pressing the shortcut doesn't do anything at all now.

Any ideas?
Jorge24
Junior Member
Junior Member
Posts: 53
Joined: 2016-11-06, 18:14 UTC
Location: USA

Re: What does Shift+ Right Arrow do and how can I disable it?

Post by *Jorge24 »

Or maybe I should put in a bug that is not possible to shift select multiple files in thumbnail view?
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3378
Joined: 2003-05-06, 11:46 UTC

Re: What does Shift+ Right Arrow do and how can I disable it?

Post by *Sir_SiLvA »

Jorge24 wrote: 2024-07-03, 02:20 UTC Or maybe I should put in a bug that is not possible to shift select multiple files in thumbnail view?
Its not a bug so no.
How about rtm and learn that SPACE is the key to select files in thumbnail view?
Hoecker sie sind raus!
Jorge24
Junior Member
Junior Member
Posts: 53
Joined: 2016-11-06, 18:14 UTC
Location: USA

Re: What does Shift+ Right Arrow do and how can I disable it?

Post by *Jorge24 »

Sir_SiLvA wrote: 2024-07-03, 03:18 UTC
Jorge24 wrote: 2024-07-03, 02:20 UTC Or maybe I should put in a bug that is not possible to shift select multiple files in thumbnail view?
Its not a bug so no.
How about rtm and learn that SPACE is the key to select files in thumbnail view?
I think using SPACE is fine when you want to select a few files that are not next to each other (e.g. selecting files #2, #5, and #7 out of a group of 10 files) but when you want to select several files that are next to each other being able to use Shift+Arrow Keys is much faster and convenient.

With the space method you have to press Right arrow every time to change to a file and then press space every time to mark the file.
With the shift method, you just hold down shift so the only key you have to keep pressing is right/left arrow and you can even hold down the arrow keys to select them quickly without having to press a key each time.

So to me space isn't a replacement. To me space is like what Ctrl+Click is for selecting files vs shift+clicking so not being able to shift+arrowkey select in thumbnail view feels like a bug to me.
It works fine outside of thumbnail view so why shouldn't it be supported in thumnail view as well?
User avatar
Hacker
Moderator
Moderator
Posts: 13142
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Re: What does Shift+ Right Arrow do and how can I disable it?

Post by *Hacker »

Jorge24,
You might want to try Insert.
Does Shift-Right work for you in Full view?

HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
petermad
Power Member
Power Member
Posts: 16009
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: What does Shift+ Right Arrow do and how can I disable it?

Post by *petermad »

With the space method you have to press Right arrow every time to change to a file and then press space every time to mark the file
You can just put SpaceMovesDown=1 in the [Configuration] section of your wincmd.ini file - then space works like the Insert key.

If you really want Shift+LeftArrow and Shift +RightArrow to work for selecting/deselecting files you can put this in your usercmd.ini file (located where your wincmd.ini file is):

Code: Select all

[em_ReverseLeft]
cmd=cm_Reverse,cm_GoToPrev,cm_GoToPrev
and put this in the [Shortcuts] section of your wincmd.ini file:

Code: Select all

S+LEFT=em_ReverseLeft
S+RIGHT=cm_Reverse
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Jorge24
Junior Member
Junior Member
Posts: 53
Joined: 2016-11-06, 18:14 UTC
Location: USA

Re: What does Shift+ Right Arrow do and how can I disable it?

Post by *Jorge24 »

@petermad thanks! that worked great!
@Hacker thanks as well!
Post Reply