https://bugs.documentfoundation.org/show_bug.cgi?id=156443

--- Comment #9 from V Stuart Foote <vsfo...@libreoffice.org> ---
But don't the VK_NUMPAD[0-9] emit different scancodes to the VK_[0-9]? Hex
values (and decimal) of 0x60 -- 0x69 (96-105), 0x30 -- 0x39 (48-57)
respectively.  [1][2]

Also the loworder (1-254) "OEM" and 4-digit "ANSI" (dec 0032-0255 matching
Unicode BMP) MS Alt keys *only* work for the NUMPAD keys?

So on Windows builds the SB shortcuts in fact could still use the <Alt>+[1-9]
and leave the Alt+NUMPAD[0-9] for os/DE use.

The 'EnableHexNumpad' flavor ALT codes maybe needing a bit more handling, but
by that point our <Alt>+x toggle already services Unicode centric users.

=-ref-=
[1]
https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-tvtt/261ddfb0-ce10-4380-9b7a-4b50f482b8ec
[2] https://learn.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to