Selector 3.1.0.0 Added a couple of helper hotkeys when default hotkey is in effect on startup.
When using default Shift-NumPadDiv hotkey, if the hotkeys
Control-NumPadDiv and Winkey-NumPadDiv are open, they
are used as helper hotkeys. The PopUp Window will open with
Clipboard Text or Text Radio Button selected respectively.
This makes it less cumbersome to use the Input Line as a mini
command prompt. As example you could type in:
www.favessoft.com or another URL to open the default browser
to that page. Note that if you change the main hotkey, these
helper hotkeys will be disabled until the program is loaded
with the .ini file hotkey option set to the default of
Shift-NumPadDiv.
Note that in the .ini file the option is broken down to modifier
and main hotkey. it looks like this:
AppModKey=Shift
AppMainKey={NumPadDiv}
It's just a convenience to avoid having to manually change the Radio Button setting after the window pops up. Selected Text is the most common case anyway. But sometimes it's handy to type a command that ShellExecute can handle into the Input Line. For instance a file name should be opened by file association if the complete path is typed in the Input Line. Or you could just type in notepad.exe etc..
edit: here's a tip. To get an actual command prompt, hit Winkey-NumPadDiv then type
cmd in the input line and hit Enter.