Explorer doesn't do this, and it changed sometime in the past month or two, it used to work fine.
Ctrl+Right Click - Selection Retained
Shift + Right Click - Single item becomes selected.
I do not know if it's related, but if I go from a selection to the address bar or search fields, normally it auto-selected the contents so that any typing overwrote, now it seems to go to the end of the existing text. This change happened in the same time-frame. If this should have a second bug report, let me know I can open one accordingly.
Here's a gif:
Shift + Right Click - Deselects all but one item
Forum rules
READ THIS AND DO IT!!!
Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.
When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".
READ THIS AND DO IT!!!
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
-
Jeeves
- Posts: 134
- Joined: 15 May 2008 07:57
Shift + Right Click - Deselects all but one item
To see the attached files, you need to log into the forum.
Last edited by Jeeves on 23 Sep 2023 01:50, edited 1 time in total.
-
xy123
- Posts: 217
- Joined: 17 Sep 2017 11:46
- Location: Win10 64-bit, @100%
Re: Shift + Right Click - Deselects all but one item
I think when Don fixed "my" bug, "your" bug came to life. Read this: viewtopic.php?t=26529
-
Jeeves
- Posts: 134
- Joined: 15 May 2008 07:57
Re: Shift + Right Click - Deselects all but one item
Does look like it has potential. Hopefully that'll make it easier to fix.xy123 wrote: ↑23 Sep 2023 00:29 I think when Don fixed "my" bug, "your" bug came to life. Read this: viewtopic.php?t=26529
-
admin
- Site Admin
- Posts: 66546
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Shift + Right Click - Deselects all but one item
Ah yes, fix on the way.
Ensure that this is ticked: Configuration | General | Controls & More | Drop-down Lists | Select all on focus by mouseJeeves wrote: ↑23 Sep 2023 00:16 I do not know if it's related, but if I go from a selection to the address bar or search fields, normally it auto-selected the contents so that any typing overwrote, now it seems to go to the end of the existing text. This change happened in the same time-frame. If this should have a second bug report, let me know I can open one accordingly.
FAQ | XY News RSS | XY X
-
xy123
- Posts: 217
- Joined: 17 Sep 2017 11:46
- Location: Win10 64-bit, @100%
-
Jeeves
- Posts: 134
- Joined: 15 May 2008 07:57
Re: Shift + Right Click - Deselects all but one item
The tool displaying the presses/etc is a fork of the original Carnac, super useful. There is a setting for that, though it lacks the option to scale the icon (Guess I could fork it and add that).
The recording app is "screen2gif":
https://github.com/bfritscher/carnac
Last edited by Jeeves on 23 Sep 2023 18:29, edited 1 time in total.
-
Jeeves
- Posts: 134
- Joined: 15 May 2008 07:57
Re: Shift + Right Click - Deselects all but one item
Excellent, Thank you!
Apologies; That's on me.admin wrote: ↑23 Sep 2023 10:50Ensure that this is ticked: Configuration | General | Controls & More | Drop-down Lists | Select all on focus by mouseJeeves wrote: ↑23 Sep 2023 00:16 I do not know if it's related, but if I go from a selection to the address bar or search fields, normally it auto-selected the contents so that any typing overwrote, now it seems to go to the end of the existing text. This change happened in the same time-frame. If this should have a second bug report, let me know I can open one accordingly.
A detail I should have mentioned, these are when the keys CTRL+L or CTRL+F are pressed, I do a lot with the keyboard.
Here's a gif that shows two conditions, one where it doesn't work, one where it works as expected (CTRL+F Selects the existing text).
The same thing occurs in the address bar, I just focused on the search box.
To see the attached files, you need to log into the forum.
-
admin
- Site Admin
- Posts: 66546
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Shift + Right Click - Deselects all but one item
Cannot reproduce. Describe it with words please.
FAQ | XY News RSS | XY X
-
Jeeves
- Posts: 134
- Joined: 15 May 2008 07:57
Re: Shift + Right Click - Deselects all but one item
I've been trying to determine the exact conditions in which it occurs, and it may not relate to the selected files.
Here's what I've seen, as these two tasks get different results:
1. Enter text into the "find files" name field.
Click into the file list (set focus)
Press CTRL+F
Cursor moves to end of text in the Find Files box, the contents of the field are NOT selected.
This causes any typing to append to the field.
2. Click the drop down next to the find files name field.
Pick any prior item
Click into the file list (set focus)
Press CTRL+F
The contents of the Name field are selected, cursor moves to end of text.
This allows any typing to overwrite the field.
The impact is in usability since CTRL+F does not feel consistent.
It should do one or the other (for the past decade it's been #2), not feel random.
The Address/Location field has a similar issue, but I'm more at a lost to find it's conditions.
Sometimes if I press CTRL+L it moves the cursor to the end. Other times pressing CTRL+L selects the text field. These items should be consistent, in either method.
-
admin
- Site Admin
- Posts: 66546
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Shift + Right Click - Deselects all but one item
Ah, got it! This recent change caused it:
Next beta will work better. 
Code: Select all
v24.90.0122 - 2023-09-12 20:39
* Quick Search: Now, if there is a selector, the pattern after the selector will be
preselected in the search term retained from the previous search. This way it's much
easier to search for another pattern using the same selector. For example, here the
animal is preselected when the Quick Search dialog is opened:
cont:dog
FAQ | XY News RSS | XY X
-
Jeeves
- Posts: 134
- Joined: 15 May 2008 07:57
Re: Shift + Right Click - Deselects all but one item
Ah ha!admin wrote: ↑23 Sep 2023 19:02 Ah, got it! This recent change caused it:
Next beta will work better.Code: Select all
v24.90.0122 - 2023-09-12 20:39 * Quick Search: Now, if there is a selector, the pattern after the selector will be preselected in the search term retained from the previous search. This way it's much easier to search for another pattern using the same selector. For example, here the animal is preselected when the Quick Search dialog is opened: cont:dog![]()
Thanks again!
XYplorer Beta Club