xorat / grubutils

Automatically exported from code.google.com/p/grubutils
0 stars 0 forks source link

hotkey does not recognise Ctrl+1 or Ctrl+3 etc. #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. title Ctrl+1 Does not work
   title Ctrl+2 DOES WORK!
   title Ctrl+3 Does not work
   title Ctrl+4 Does not work
   title Ctrl+5 Does not work
   title Ctrl+6 DOES WORK!
   title Ctrl+7 Does not work
   title Ctrl+8 Does not work
   title Ctrl+9 Does not work
   title Ctrl+0 Does not work

2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

hotkey version is 4,201 bytes 2012-11-06

Original issue reported on code.google.com by Steve6375 on 21 May 2013 at 9:07

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
menu is displayed as 'Ctrl+1 Does not work'
or
'DOES WORK'   (if Ctrl+2 or Ctrl+6 is used)

Original comment by Steve6375 on 21 May 2013 at 9:34

GoogleCodeExporter commented 9 years ago
eg.below command press Ctrl+1 will return 0000.getkey() can not get keyCode for 
it.so It's not support.
pause --test-key

Original comment by chenall.cn on 4 Jul 2013 at 12:34

GoogleCodeExporter commented 9 years ago
Why does Ctrl+2,3,4,5,7,8,9,0 all return 0?  but 2=0300  and 6=071e ???

Original comment by Steve6375 on 4 Jul 2013 at 8:15

GoogleCodeExporter commented 9 years ago
Please see grub4dos_readme.txt
 Keyboard BIOS Scan Code/ASCII code tables   

or 
http://www.hoppie.nl/ivan/keycodes.txt

some keys has not scan code.

To support need  new getkey func for hotkey

Original comment by chenall.cn on 5 Jul 2013 at 12:11