Focused vs Selected, for SC Timestamp.

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
eil
Posts: 1820
Joined: 13 Jan 2011 19:44

Focused vs Selected, for SC Timestamp.

Post by eil »

What is the proper way(s) to make item focused yet not selected?

Help file for timestamp() has an example:

Code: Select all

Examples with cloned dates between files
Set all three dates of all selected List items to match those of the focused item:
timestamp , <focitem>;
How can i make this in comfortable way?! I mean the only 2 ways i ever saw focused and selected to be different, are:
1- if i select one item and then select some group of items with mouse rectangle = which means i Must define focused before selecting and can't use any Ctrl+/Shift+;
2- if i use Checkbox Selection, which actually the only mode that clearly differs focused vs selected, but this Demands this special selection mode enabled, which usually wouldn't be On all the time.
So how can i first select some items(in various ways, with modifiers of mouse) and then get some one item focused?


+Side question about Timestamp: while experimenting with focused/selected in Checkbox mode i noticed time is not shifted equally - why?

Code: Select all

::timestamp 'mc', <focitem>, , 'm', "1 s";
2025-11-26_025051.png
2025-11-26_025051.png (21.4 KiB) Viewed 71 times
BTW, i noticed it's always same proper when shift is equal(2,4,6) and 1sec different for Modified when shift is unequal(1,3,5). Same for negative values.
Win 7 SP1 x64 100% 1366x768|1900x1080

admin
Site Admin
Posts: 64994
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Focused vs Selected, for SC Timestamp.

Post by admin »

1) Ctrl+Up/Down moves the focus.

2) Is that an NTFS hard disk, or a USB drive? The latter usually has a different (worse) time resolution, it even differs between the three time types.

eil
Posts: 1820
Joined: 13 Jan 2011 19:44

Re: Focused vs Selected, for SC Timestamp.

Post by eil »

admin wrote: 26 Nov 2025 14:19 2) Is that an NTFS hard disk, or a USB drive? The latter usually has a different (worse) time resolution, it even differs between the three time types.
Yeap, that was USB drive. Good to know the reason, thanks.
Win 7 SP1 x64 100% 1366x768|1900x1080

Post Reply