Skip to content

Releases: Aldaviva/hotkeys

0.0.15

13 Feb 15:40
52f99c7
Compare
Choose a tag to compare

Added keyboard shortcut Win+0 to insert °

0.0.14

13 Feb 15:40
b223ddb
Compare
Choose a tag to compare

Another attempt to not paste the wrong path into Total Commander thanks to autocomplete

0.0.13

11 Nov 10:06
aa63f3d
Compare
Choose a tag to compare

Another fix for pasting paths in Total Commander. It turns out that "" does not escape " in AutoHotkey strings, just use ".

Added hotkeys for ≤ and ≥

17 Apr 10:43
Compare
Choose a tag to compare

Added hotkeys

  • Win+Ctrl+Alt+,
  • Win+Ctrl+Alt+..

Another Total Commander path paste improvement

17 Apr 09:58
Compare
Choose a tag to compare

When pasting a path like C:\mypath into Total Commander, and that path contains a subfolder whose name starts with ., the old technique of typing C:\mypath\. would show the autocomplete dropdown. The presence of this dropdown is not detectable by this script and makes the key sequence to submit the path entry ambiguous, since it will require either 1 or 2 Enter presses, but too many presses will usually navigate to .., breaking functionality.

The fix is to instead type "C:\mypath" which does not show the dropdown in the above scenario, but still navigates to the correct path.

By some miracle, Total Commander even handles this correctly when the pasted path already contained double quotation marks and this script doubles them. Specifically, when the clipboard contains "C:\mypath", Total Commander correctly handles navigating to the path ""C:\mypath"".

0.0.10

04 Oct 14:23
Compare
Choose a tag to compare
Improve pasting path into Total Commander to handle cases where there…

Shortcuts to enter dashes and angled quotation marks

02 May 11:48
Compare
Choose a tag to compare

New shortcuts

Shortcut Behavior
Win+- Enter an en dash (used for a range)
Win+Shift+- Enter an em dash (used in place of a colon)
Win+, Enter a left single angle quotation mark
Win+. Enter a right single angle quotation mark
Win+Shift+, Enter a left double angle quotation mark «
Win+Shift+. Enter a right double angle quotation mark »

Total Commander location clipboard

29 Nov 10:13
Compare
Choose a tag to compare

New shortcuts

Shortcut Behavior
Ctrl+Shift+V Paste location from clipboard into Total Commander (new) or Windows Explorer