Remove faulty red wiggly lines when using Word Spell Checker

; 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:

  1. After this process the cursor will be at the end of the segment.
  2. It's recommended to press CTRL as the first key, the CTRL-WIN combination is complicated for various reasons
  3. 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)
Parents Reply Children