digitalAssetStore
digitalAssetStore
Variant1: Not working ``` SetKeyDelay, 75 Send ^l^c^w^n^v{enter} SetKeyDelay, -1 sleep 500 SnapActiveWindow(winPlaceVertical, winPlaceHorizontal, winSizeHeight) ``` Variant2: Not working ``` SetKeyDelay, 75 Send ^l^c Send ^w^n^v{enter} SetKeyDelay, -1 sleep 500...
Understand and agree. But I tried "SetKeyDelay, 5000" in first line, still not working. The result is that the clipboard from last ctrl+c gets pasted to the browser address bar...
:heavy_check_mark: WORKS! PS: Really appreciate your clever solution. Compact, impact-free to clipboard and effective!
One more thing. Please change first line FROM ` oldClipboard = clipboardAll` TO ` oldClipboard := clipboardAll` else you have in the clipboard the word "clipboardAll" afterwards.
Q: Incidentally, would you find it useful to maintain focus on the original browser window so that you can rapid fire split off tabs into quadrants? A: Absolutely YES (currently...
* First line: Please add ":=" as proposed before already (yes ahk assignment syntax is rather crazy) * Use SendInput as in previous code not SendPlay (= older version with...
Yes, I have scripts with many #includes and after that lines of code with definitions for other HotKeys and function methods that I need to debug. The following seems to...
Solving this would be of great help!