Skip to content

Instantly share code, notes, and snippets.

@tablacus
Created November 20, 2023 13:26
Show Gist options
  • Save tablacus/ee3cf818e151e3ff7c02b66b976810fa to your computer and use it in GitHub Desktop.
Save tablacus/ee3cf818e151e3ff7c02b66b976810fa to your computer and use it in GitHub Desktop.
On the details screen, use the down key on the bottom item to move to the top item - Tablacus Explorer
if (Ctrl.GetFocusedItem < Ctrl.ItemCount(SVGIO_ALLVIEW) - 1) {
return false;
}
wsh.SendKeys("{HOME}");
@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