QuickDash is an AutoHotkey script for quickly typing en and em dashes on Windows: a task that is particularly cumbersome for users of keyboard without numpads.
Type two hypens to form an en dash, or three for an em dash.
Take QuickDash.exe
QuickDash is Windows-only.
Yes, this can be achieved by modifying the #HotIf
directive in QuickDash.ahk
, shown below:
QuickDash/sources/QuickDash.ahk
Lines 3 to 8 in d5ba189
The programs listed there are excluded from QuickDash. To easily find the names of programs to include or exclude from QuickDash, AutoHotkey's Window Spy feature can be used. After making a change, follow the instructions in Modifying QuickDash to produce a new executable.