Page 1 of 1

Focused vs Selected, for SC Timestamp.

Posted: 26 Nov 2025 00:29
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 74 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.

Re: Focused vs Selected, for SC Timestamp.

Posted: 26 Nov 2025 14:19
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.

Re: Focused vs Selected, for SC Timestamp.

Posted: 26 Nov 2025 15:33
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.