2013-10-02, 11:46
Try running the application in administrator mode. Also check if you can access regedit. Sometimes malware can block access to registry.
#h::
WinGet status, MinMax, XBMC
If (status == -1)
WinRestore XBMC
Else WinMinimize XBMC
(2013-10-03, 10:03)baijuxavior Wrote: It is not possible to minimize xbmc directly using a key. But you can use autohotkey script to capture the key and minimize the window.
The code below uses shortcut Win+H to minimize XBMC. Create ahk script in your startup folder.
Code:#h::
WinGet status, MinMax, XBMC
If (status == -1)
WinRestore XBMC
Else WinMinimize XBMC
(2013-06-11, 14:50)Kpitn Wrote: The list of the button I cant' remap :
Button 1 : <ampersand>Notification(Key, ampersand, 3)</ampersand>
Button 3 : <doublequote>Notification(Key, doublequote, 3)</doublequote>
Button 4 : <quote>Notification(Key, quote, 3)</quote>
Button 5 : <leftbracket>Notification(Key, leftbracket, 3)</leftbracket>
Button 6 : <minus>Notification(Key, minus, 3)</minus>
Button 7 : <underline>Notification(Key, underline, 3)</underline>
Thank you for your help