Created
November 20, 2023 13:23
-
-
Save tablacus/f4f2df6749d47fe6f2eff38d73857399 to your computer and use it in GitHub Desktop.
On the details screen, use the up key on the top item to move to the bottom item. - Tablacus Explorer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (Ctrl.GetFocusedItem) { | |
return false; | |
} | |
wsh.SendKeys("{END}"); |
Author
tablacus
commented
Nov 20, 2023
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment