Thx bruce for the hint, I installed from my administrator account but not using 
elevation. It solve the context menu trouble.

I found a registry tweak to enable and disable the Windows Key capture.

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoWinKeys"=dword:00000001


This solve most of my hotkey problems.

I changed my win.key command in script, hotkey,... to use {sinp} and disable 
fast method in advanced setup.

I replaced with a hotkey the bumped bar show (all at once).

I do not use tray (and did not used it).

I've found a way to detect OpenSave File dialog and to set foder using this 
sample from AHK forum.
http://www.autohotkey.com/forum/topic12412-105.html&sid=3eb0c57b27593a81a3494be19b02e575

I did not find a way to get the current folder as CDM_GETFOLDERPATH message do 
not work anymore. The msdn do do not give info on message that can be sent to 
"Common Item Dialog". I will dig onto it and it seems that i can read the 
content of one of the component to get current path. 

"I miss a lot openSave dialog monitoring" 
It should be possible to hook OnFileOk event but it is not doable in a script 
with my current knowledge.  
  


Reply via email to