AutoHotkey Community

It is currently May 26th, 2012, 10:58 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: August 27th, 2008, 7:45 pm 
Offline

Joined: August 27th, 2008, 7:41 pm
Posts: 3
Hi , i bought me a new notebook but after a week I found out there was no volume up/down combination key like on normal notebook Ex: "Fn+Arrow up" and "Fn+arrow down" to increase and decrease the volume.

I know autohotkey allready for a long time but i cant script with it , so i need help i want to make a script that does this :

if you press the "Function" key and then arrow up or down the volume increases/decreases

i found this by myself :

Code:
Send {Volume_UP}
Gui, Hide


Code:
Send {Volume_DOWN}
Gui, Hide


also i cant find what they "key" ,"numer" is for the FUNCTION key


sorry for my bad english :wink:
Thx alot !

Bcolin


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 27th, 2008, 8:38 pm 
Offline

Joined: November 5th, 2007, 7:25 pm
Posts: 454
Location: canada
make a script

Code:
#Persistent
z::exitapp



From help


Quote:
Ensure that at least one script is running that is using the keyboard hook. You can tell if a script has the keyboard hook by opening its main window and selecting "View->Key history" from the menu bar.
Double-click that script's tray icon to open its main window.
Press one of the "mystery keys" on your keyboard.
Select the menu item "View->Key history"
Scroll down to the bottom of the page. Somewhere near the bottom are the key-down and key-up events for your key. NOTE: Some keys do not generate events and thus will not be visible here. If this is the case, you cannot directly make that particular key a hotkey because your keyboard driver or hardware handles it at a level too low for AutoHotkey to access.

_________________
-=Raz=-


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 27th, 2008, 9:18 pm 
Offline

Joined: May 28th, 2008, 2:11 am
Posts: 739
Location: Minnesota, USA
Is this what you're looking for?

Fn key remapping guide

_________________
Unless otherwise stated, all code is untested

(\__/) This is Bunny.
(='.'=) Cut, copy, and paste bunny onto your sig.
(")_(") Help Bunny gain World Domination.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 28th, 2008, 1:54 pm 
Offline

Joined: August 27th, 2008, 7:41 pm
Posts: 3
i tried this solution but unfortunately i had this problem
Quote:
If your key isn't recognized by one of the devices and their settings as listed in the application, it's unfortunately not likely that you'll get your key to work.
i cant find my FN key on the devices so i dont know what i do wrong :( or i just have bad luck


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: [VxE], iBob35555VR, Klark92 and 63 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group