Jump to content


Photo

hotkey


  • Please log in to reply
5 replies to this topic

#1 dragonuser76

dragonuser76
  • Members
  • 7 posts

Posted 11 October 2012 - 11:25 PM

so in my registry my Ralt is volume down , and APP is volume up
now this doesnt work... its probably the lack of sleep (insomnia)

Send {Alt} & {Volume_Down}::{Media_Prev}
Thanks to who ever can fix this stupid thing..

#2 QuantumApocalypse

QuantumApocalypse
  • Members
  • 37 posts

Posted 11 October 2012 - 11:48 PM

~RAlt & Appskey::Send {Media_Prev}
That what you wanted?

#3 dragonuser76

dragonuser76
  • Members
  • 7 posts

Posted 11 October 2012 - 11:55 PM

~RAlt & Appskey::Send {Media_Prev}
That what you wanted?

~LAlt & Appskey::Send {Media_Prev}
But Appskey is Volume_down in my registry , but i guess i could just return the key to its normal state and use this , then add another line for volume

#4 dragonuser76

dragonuser76
  • Members
  • 7 posts

Posted 12 October 2012 - 12:04 AM

~LAlt & Appskey::Send {Media_Next}
~LAlt & Ralt::Send {Media_Prev}

~RWin::Send {Media_Play_Pause}

~RAlt::Send {Volume_Down}
~Appskey::Send {Volume_Up}

Is what i came up with , works fine
But can i stop the Appskey from opening the drop down menus?

#5 QuantumApocalypse

QuantumApocalypse
  • Members
  • 37 posts

Posted 12 October 2012 - 12:57 AM

~LAlt & Appskey::Send {Media_Next}
~LAlt & Ralt::Send {Media_Prev}

~RWin::Send {Media_Play_Pause}

~RAlt::Send {Volume_Down}
~Appskey::Send {Volume_Up}

Is what i came up with , works fine
But can i stop the Appskey from opening the drop down menus?


Appskey::Send {Volume_Up}
<!-- m -->http://www.autohotke...eys.htm#Symbols<!-- m --> search for tilde. :p

#6 dragonuser76

dragonuser76
  • Members
  • 7 posts

Posted 12 October 2012 - 01:30 AM

~LAlt & Appskey::Send {Media_Next}
~LAlt & Ralt::Send {Media_Prev}

~RWin::Send {Media_Play_Pause}

~RAlt::Send {Volume_Down}
~Appskey::Send {Volume_Up}

Is what i came up with , works fine
But can i stop the Appskey from opening the drop down menus?


Appskey::Send {Volume_Up}
<!-- m -->http://www.autohotke...eys.htm#Symbols<!-- m --> search for tilde. :p

I see, thanks

Im used to "expression 2" which is a variant of lua , and that + terrible insomnia , easy to skip stuff :)