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

V Stuart Foote <vsfo...@libreoffice.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #42 from V Stuart Foote <vsfo...@libreoffice.org> ---
The fix at 24.2.1 and 24.8.0 splits the LibreOffice UI shortcuts assigned for
SB decks from the MS Windows decimal Alt codes using the Numpad keys.

The <Alt>+[1-9] (with keyboard numbers) assigned to the SB decks are now
distinct from the <Alt>+[1-9] (with numpad numbers) restoring these MS "OEM"
decimal Alt codes (those from 1-256):

<Alt> + VK_NUMPAD1 --> ☺ WHITE SMILING FACE (Unicode U+263A)
<Alt> + VK_NUMPAD2 --> ☻ BLACK SMILING FACE (Unicode U+263B)
<Alt> + VK_NUMPAD3 --> ♥ BLACK HEART SUIT (Unicode U+2665)
<Alt> + VK_NUMPAD4 --> ♦ BLACK DIAMOND SUIT (Unicode U+2666)
<Alt> + VK_NUMPAD5 --> ♣ BLACK CLUB SUIT (Unicode U+2663)
<Alt> + VK_NUMPAD6 --> ♠ BLACK SPADE SUIT (Unicode U+2660)
<Alt> + VK_NUMPAD7 --> • BULLET (Unicode U+2022)
<Alt> + VK_NUMPAD8 --> ◘ INVERSE BULLET (Unicode U+25D8)
<Alt> + VK_NUMPAD9 --> ○ WHITE CIRCLE (Unicode U+25CB)

Additionally the full range of MS decimal "OEM" Alt codes, as well as the
decimal MS "ANSI" alt codes (e.g. those starting with "0") are available. With
an enhancement that the entire Unicode Basic Multiplane (BMP) and Supplemental
Multiplane (SMP) can be entered now via decimal Alt code.

A future enhancement to handle Alt code entry via HEX and the MS Windows
"EnableHEXNumpad" registry value has been suggested.

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

Reply via email to