FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Is it possible to integrate VK_APPS in vkey.ch?
Posts: 274
Joined: Fri Apr 04, 2008 01:25 PM
Is it possible to integrate VK_APPS in vkey.ch?
Posted: Tue Feb 01, 2011 01:51 PM
Hi,

would it be possible to integrate the accelerator-key VK_APPS into the \include\vkey.ch-file (it's the button on the keyboard for the popup-menu)?
Now I have implemented this line in my own include.ch-file, but I think it would be nicer if it was at available at the proper place

Code (fw): Select all Collapse
#DEFINE VK_APPS        93   // 0x5D
Best Regards,

Gilbert Kuhnert
CTO Software GmbH
http://www.ctosoftware.de
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: Is it possible to integrate VK_APPS in vkey.ch?
Posted: Tue Feb 01, 2011 05:57 PM

As a user, if I found that an app had taken over my Start menu key, I would not be happy about it.

Regards,
James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 274
Joined: Fri Apr 04, 2008 01:25 PM
Re: Is it possible to integrate VK_APPS in vkey.ch?
Posted: Wed Feb 02, 2011 08:40 AM
James,
James Bott wrote:As a user, if I found that an app had taken over my Start menu key, I would not be happy about it.


this key isn't the start menu key, but the popup menu key (the key to the left from the right ctrl key). This key merely is the compensation for the right mouse button, if you want to work with your keyboard instead of mouse.
Best Regards,

Gilbert Kuhnert
CTO Software GmbH
http://www.ctosoftware.de
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: Is it possible to integrate VK_APPS in vkey.ch?
Posted: Wed Feb 02, 2011 03:47 PM

Gilbert,

Ah, thanks for clearing that up. Then I vote for your change suggestion too.

Antonio?

Regards,
James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion