Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/delphi/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows 8特定多媒体密钥的虚拟密钥代码是什么?_Windows_Delphi_Windows 8_Keyboard - Fatal编程技术网

Windows 8特定多媒体密钥的虚拟密钥代码是什么?

Windows 8特定多媒体密钥的虚拟密钥代码是什么?,windows,delphi,windows-8,keyboard,Windows,Delphi,Windows 8,Keyboard,我有一个带有附加功能键的 另请参阅我关于超级用户的问题 有一些用于魅力栏功能的键,还有一些我还没有确定 由于Windows7没有这些功能,我想我可以编写一个应用程序,用这些键做一些有用的事情 这些密钥的虚拟密钥代码是什么?我使用一个简单的测试应用程序自己计算出来: F5 = Search = 16 91 132 = VK_SHIFT + VK_LWIN + VK_F21 F6 = Share

我有一个带有附加功能键的

另请参阅我关于超级用户的问题

有一些用于魅力栏功能的键,还有一些我还没有确定

由于Windows7没有这些功能,我想我可以编写一个应用程序,用这些键做一些有用的事情


这些密钥的虚拟密钥代码是什么?

我使用一个简单的测试应用程序自己计算出来:

F5  = Search                         = 16 91 132 = VK_SHIFT   + VK_LWIN + VK_F21
F6  = Share                          = 18 91 132 = VK_MENU    + VK_LWIN + VK_F21
F7  = Devices                        = 17 91 132 = VK_CONTROL + VK_LWIN + VK_F21
F8  = Settings                       =    91 132 =              VK_LWIN + VK_F21
F9  = Display switch                 = 17 91   8 = VK_CONTROL + VK_LWIN + VK_BACK
F10 = Flip3D
F11 = Horizontal display orientation = 18 91 133 = VK_MENU    + VK_LWIN + VK_F22
F12 = Vertical display orientation   = 17 91 134 = VK_CONTROL + VK_LWIN + VK_F23
F10在Windows 7上调用Flip3D,因此如果不安装键盘挂钩,我无法确定触发了什么组合键