Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-101936

Switching keyboard layout does not work

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • 5.12.9
    • Linux/Wayland

    Description

      Problem
      Using QML TextInput
      When connected to USB keyboard, it’s set to US layout and
      changing to other layout such as Japanese (JPN) does not work.

      What has been tried so far

      • Changing Weston settings as below
        In weston.ini
        [keyboard]
        keymap_model=jp106
        keymap_layout=jp
        -> The Qt application shows US layout but Weston-terminal and Weston-editor shows JPN layout.
      • Setting XKB_DEFAULT_LAYOUT=jp -> Didn’t help
      • Give the keymap file in QT_QPA_EVDEV_KEYBOARD_PARAMETERS -> Could not be used.
      • Set QT_QPA_EVDEV_KEYBOARD_PARAMETERS=/home/my/path/file.qmap
        and in weston.ini
        [keyboard]
        keymap_rules=evdev
        keymap_layout=jp
        -> Didn’t help

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            liaqi Liang Qi
            nagrohn Nahomi Gröhn (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes