"Single click to open items" Should select the item if the mouse is over the item. But it does not select the item. Is there an option or a fix?
Asked
Active
Viewed 512 times
0
1 Answers
0
You cannot change the behavior where just hovering on the file/folder would also select the file (unless, of course, if you can edit the source code). To select a file with a click, hold down Ctrl or Shift.
Apart from the requirement to press a key for selecting one file, you can employ these keys as usual to select multiple files: Ctrl allows you to select additional files, preserving the selection. Shift allows you to select a range.
So the only difference compared to the default behaviour of "Double click" is that you should be holding down Ctrl or Shift before clicking the file you wish to select.

vanadium
- 88,010
org.gnome.nautilus.preferences click-policy 'single'
, right? It does not really select on hover, just the mouse-over effect. What is exactly the issue, doesn't a single click open the file? btw: what is your budgie/Ubuntu version? – Jacob Vlijm Feb 25 '19 at 12:12