Search found 3 matches

by aymnga
Apr 1st, ’24, 10:04
Forum: User Commands and Scripts
Topic: Switch to the previous app and paste
Replies: 0
Views: 35163

Switch to the previous app and paste

in windows 11 and using FastKeys, Is there a way to double tab ctrl + c a text in app A so it will automatically paste it in the previous app B; For example between Browser and Word.
by aymnga
Jul 13th, ’21, 04:27
Forum: General Discussion
Topic: search specific word
Replies: 2
Views: 6764

Re: search specific word

thank you for the tip, it worked!
by aymnga
Jul 12th, ’21, 14:43
Forum: General Discussion
Topic: search specific word
Replies: 2
Views: 6764

search specific word

I used this shortcut to search specific word in dictionary website, however, it doesnt copy french characters such as: ù or à , here is the script for the shortcut: SaveClip := ClipboardAll Clipboard := "" Send ^{vk43} ;Ctrl C ClipWait 1 Word := RegExReplace(Clipboard, "[^\w\s]")...