Problem: HotKeys and XYplorer

  • Thread starter Thread starter Frank Bohan
  • Start date Start date
F

Frank Bohan

I use HotKeys, which launches programs with a combination of Windows Key +
(another key). I have my most used programs assigned to various letters,
numerals etc. They all work fine, except XYplorer. I've tried it with
Windows+X, and (you guessed it) Windows+Y, but neither will work. Not a
major problem, but irritating. Any suggestions anyone?

XYplorer http://www.xyplorer.com/
Hotkeys http://www.qliner.com/

===

Frank Bohan
¶ Misers make wonderful ancestors.
 
Frank said:
I use HotKeys, which launches programs with a combination of Windows Key +
(another key). I have my most used programs assigned to various letters,
numerals etc. They all work fine, except XYplorer. I've tried it with
Windows+X, and (you guessed it) Windows+Y, but neither will work. Not a
major problem, but irritating. Any suggestions anyone?
I had a similar problem with AutoHotkey and XYplorer. AHK could not
identify the XYplorer window by its caption, so I used the window class.
Does HotKeys have an option to use the window class?

Here is the code from my AHK script:

#x::
IfWinNotExist, ahk_class ThunderRT5Form
Run, %ProgramFiles%\xyplorer\xyplorer.exe, %ProgramFiles%\xyplorer
WinWait, ahk_class ThunderRT5Form
WinActivate
Return

Greetings,
Demetris
 
I use HotKeys, which launches programs with a combination of Windows Key +
(another key). I have my most used programs assigned to various letters,
numerals etc. They all work fine, except XYplorer. I've tried it with
Windows+X, and (you guessed it) Windows+Y, but neither will work. Not a
major problem, but irritating. Any suggestions anyone?
Why not use the Windows hot key facility: Ctrl+Alt+<key>? Works well
for me.
 
I use HotKeys, which launches programs with a combination of Windows
Key + (another key). I have my most used programs assigned to various
letters, numerals etc. They all work fine, except XYplorer. I've tried
it with Windows+X, and (you guessed it) Windows+Y, but neither will
work. Not a major problem, but irritating. Any suggestions anyone?

XYplorer http://www.xyplorer.com/
Hotkeys http://www.qliner.com/

===

Frank Bohan
¶ Misers make wonderful ancestors.

I use neither Hotkeys nor AutoIt, but have PowerPro running at all times.
With PowerPro I have no problem running/switching to XYplorer using Win+X
hotkey combination.
 
Demetris said:
I had a similar problem with AutoHotkey and XYplorer. AHK could not
identify the XYplorer window by its caption, so I used the window class.
Does HotKeys have an option to use the window class?

As far as I can see Hotkeys does not have this option. However, I have found
that WindowsKey+0(numerical) works ok so I'll use that.

Thanks to all for responses.

===

Frank Bohan
? The trouble with political jokes is they get elected.
 
thoss said:
Why not use the Windows hot key facility: Ctrl+Alt+<key>? Works well
for me.

Thanks for the info -- I did not realise that Windows had a built-in hot key
function. I've solved the immediate problem by using WindowsKey+0(numerical)
but I will look further into your suggestion.

===

Frank Bohan
¶ Comedians of the world unite - you have nothing to lose but your gags.
 
domenica 26 febbraio 2006 Frank Bohan ha scritto:
Thanks for the info -- I did not realise that Windows had a built-in hot key
function. I've solved the immediate problem by using WindowsKey+0(numerical)
but I will look further into your suggestion.

Just pay attention that these windows hotkeys work only on shortcuts that
are on your desktop or in your start menu.
 
domenica 26 febbraio 2006 Frank Bohan ha scritto:



Just pay attention that these windows hotkeys work only on shortcuts that
are on your desktop or in your start menu.
Not quite. What I do to set up the hot key is to right-click on the
icon and select properties. After having set up the hot key, I can
delete the icon and the hot key still works.
 
domenica 26 febbraio 2006 thoss ha scritto:
Not quite. What I do to set up the hot key is to right-click on the
icon and select properties. After having set up the hot key, I can
delete the icon and the hot key still works.

Uhm, it works because you still have a shortcut in some folder of your start
menu, I think.
I've tried again now with a new shortcut to a program not present in the
start menu, putting this shortcut into a toolbar, and the hotkey doesn't
work.
 
I use HotKeys, which launches programs with a combination of Windows Key +
(another key). I have my most used programs assigned to various letters,
numerals etc. They all work fine, except XYplorer. I've tried it with
Windows+X, and (you guessed it) Windows+Y, but neither will work. Not a
major problem, but irritating. Any suggestions anyone?

XYplorer http://www.xyplorer.com/
Hotkeys http://www.qliner.com/

Looks like your immediate problem is solved, but HotKeyz enables
your choice of shift keys. I find it has a nice blend of
versatility, power, and ease of use.

p.
 
Back
Top