; Cut and re-paste target segment content
; This Hotkey is required for the Auto-Spell-Check Bug, which, if using
; Word Spell Checking, creates many erratic red twiggles all the time.
; Pressing Ctrl-Win-Y removes all incorrect underlines.
; ---------------------------------------------------------------------
^#y::
temp := ClipboardAll
KeyWait Ctrl
send ^a^x^v
clipboard := temp
temp =
return
Notes:
- After this process the cursor will be at the end of the segment.
- It's recommended to press CTRL as the first key, the CTRL-WIN combination is complicated for various reasons
- The "Y" key was used because of the German keyboard layout. Use another key, that allows fastest function with 3 fingers, e.g. ring finger on CTRL, thumb on WIN and forfinger on next-best letter (EN keyboard = Z)