Print Page | Close Window

Keybinding to F11 and F12

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=8658
Printed Date: 18 June 2025 at 2:03am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Keybinding to F11 and F12
Posted By: wakerunner
Subject: Keybinding to F11 and F12
Date Posted: 05 November 2007 at 12:16am
It appears you cannot bind to f11 and f12? F10 is undocumented but it appears &H79 works for F10. Why can't you bind to F11 or F12 or can you and it is just not in the help file? &H80 and &H81 do not work.



Replies:
Posted By: Oleg
Date Posted: 05 November 2007 at 1:40am
Hi, try
 
#define VK_F11            0x7A
#define VK_F12            0x7B


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: wakerunner
Date Posted: 05 November 2007 at 9:52am
Thank you that works. Can you bind to the ENTER key? What is the code for that?


Posted By: Oleg
Date Posted: 05 November 2007 at 1:30pm
Hi,
 
#define VK_RETURN         0x0D


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net