avoid extension change
-
stop
- Posts: 3
- Joined: 20 Mar 2026 13:25
avoid extension change
While rename I would like to avoid extension change. Would it be possible to change the way to access to extension in rename field from arrow key to TAB key? So the extension would be accessed by keyboard only if TAB key would be pressed.
-
admin
- Site Admin
- Posts: 66070
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: avoid extension change
Tick Configuration | General | Sort and Rename | Rename | Hide extensions from rename edit box then it's two arrow keys.
FAQ | XY News RSS | XY X
-
highend
- Posts: 14923
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: avoid extension change
from arrow key to TAB key
One of my scripts helped you out? Please donate via Paypal
-
admin
- Site Admin
- Posts: 66070
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: avoid extension change
Yes, I have seen that. I suggested an already existing alternative.
FAQ | XY News RSS | XY X
-
stop
- Posts: 3
- Joined: 20 Mar 2026 13:25
Re: avoid extension change
Thank you for reply. In "hide" mode it is still only a visual separation, not fully practical. When I am navigating in the edit box (by arrows, or long press of arrow, or End key) I can get accidentally to extension. There is no effective barrier to avoid from edit extension by mistake. Could you add the full effective way of renaming without the extension to get in the way? E.g. by using key different from ones used to navigate or rename. The TAB key would be good but since it is used already, there can be used e.g. CTRL+TAB or F2 or other (ideally user defined).
-
highend
- Posts: 14923
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: avoid extension change
As an alternative, you could use e.g. a script which fully suppresses the extension
Could be bound to a keyboard shortcut as well (by defining it as a user defined command)...
Code: Select all
renameitem(input("New name?", , <curbase>, "e", , 600, 150));
One of my scripts helped you out? Please donate via Paypal
-
stop
- Posts: 3
- Joined: 20 Mar 2026 13:25
Re: avoid extension change
Better to be build-in xy solution, since I am not familiar with scripts.
XYplorer Beta Club