ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

HotkeyRing - One hotkey to rule all others (with plugin system)! AKA JustEnter

<< < (4/5) > >>

Perry Mowbray:
I think I'll call it HotkeyRing (a keyring of hotkeys) - in about 30 minutes a new version should be up.
-justice (July 13, 2009, 03:23 AM)
--- End quote ---

 :-* Love the name... although it does sound like you've stolen someone's keys  ;)

Nod5:
A hotkeyhotkey - nice!  :D
Great idea justice. There's definitely a need for something like this. I can think of three commands that a standard hotkey like this would be useful for: (1) focus the main input box, (2) undo/reopen last tab, (3) search (though ctrl+F is getting more and more standardized I think).

ctrl+§, shift+§ could be good candidates for (2) & (3).

The fact that there isn't already a standard hotkey for "focus main input box" -- as compared to copy, paste, close, dragging and dropping and so on -- is symptomatic I think. GUIs nowadays are more and more driven by smart input boxes.

Nod5:
suggestion: to handle apps that have no hotkey, replace line 173 with:

--- ---if SendInputs contains ControlFocus
{
StringSplit, xarray, SendInputs,`,
ControlFocus, %xarray2% , %xarray3%
xarray2 =
xarray3 =
}
else
 Send, %SendInputs%
Then controlfocus settings could be added via ini like so:

Maxthon.exe.ini (for Maxthon Classic)

--- ---[Main]
SystemVersion = 1
Total = 1
Input1= ControlFocus,Edit2,ahk_class IEFrame

kli6891:
Is there a possibility of adding a "reset" timeout. So if after 1 sec the hotkey hasn't been pressed, the ring is set back to the initial position?

Thanks.

justice:
Yes great idea thanks

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version