ewow icon indicating copy to clipboard operation
ewow copied to clipboard

Transpose not working properly

Open Eloitor opened this issue 4 years ago • 0 comments

^t command doesn't work. In order to make it work I changed the following in the file commands.ahk:

;; transpose ARG chars
transpose_chars()
{
    command_abc("{left}{shift down}{left}{shift up}^x", "{right}", "^v", 1)
    kill_ring_restore()
}

Additionally, sometimes it deletes a letter. Adding some delay helps.

Eloitor avatar May 21 '20 11:05 Eloitor