You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ManiacDC: it occured to me you might like to introduce a second version of a helper window. It would be a AutoHotkey Gui with an edit control centered at the screen (or remembering last position).
Scenario:
a - you are in a program that doesn't support the caret pos, but your caret is already in the control you are typing in.
b - you press a hotkey, say win-h, and a ahk gui with a single edit control pops up, say 580x400 to make for comfortable writing & editing.
c - You write want you want and once finished hit the same hotkey or a new paste hotkey which simply get the text, closes this helper gui, and pastes all the typed text into the control from (a)
I think that would be useful and for me more comfortable then the current helper gui which is never where you want it to be anyway.
The text was updated successfully, but these errors were encountered:
@ManiacDC: it occured to me you might like to introduce a second version of a helper window. It would be a AutoHotkey Gui with an edit control centered at the screen (or remembering last position).
Scenario:
a - you are in a program that doesn't support the caret pos, but your caret is already in the control you are typing in.
b - you press a hotkey, say win-h, and a ahk gui with a single edit control pops up, say 580x400 to make for comfortable writing & editing.
c - You write want you want and once finished hit the same hotkey or a new paste hotkey which simply get the text, closes this helper gui, and pastes all the typed text into the control from (a)
I think that would be useful and for me more comfortable then the current helper gui which is never where you want it to be anyway.
The text was updated successfully, but these errors were encountered: