Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-5680

Can't insert characters with their codes (ALT+code on numeric keypad)

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Major
    • None
    • Win32SS
    • None

    Description

      It should be possible to insert characters based on their decimal code number via ALT+code on keypad, on Windows it's working in two ways:

      • Inserting legacy MS-DOS characters (via Alt+[code] without leading zero, e.g. Alt+3, Alt+254)
      • Inserting Unicode character (via Alt+[code] with leading zero, e.g. Alt+0169)

      In the legacy case, the system uses current OEM/DOS code page for inserting characters. If the input character code is greater than 255, it will be truncated to the least significant byte (i.e. code & 0xFF).

      References:

      Afaik it's never been implemented.

      Attachments

        Issue Links

          Activity

            People

              bug zilla Bug Zilla
              gabrielilardi Gabriel ilardi
              Votes:
              3 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated: