Skip to content

Instantly share code, notes, and snippets.

@tablacus
Created November 20, 2023 13:23
Show Gist options
  • Save tablacus/f4f2df6749d47fe6f2eff38d73857399 to your computer and use it in GitHub Desktop.
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
if (Ctrl.GetFocusedItem) {
return false;
}
wsh.SendKeys("{END}");
@tablacus
Copy link
Author

tablacus commented Nov 20, 2023

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment