Skip to content

Meta-, does nothing in TEdit with an Italian keyboard on Linux #1985

@pamoroso

Description

@pamoroso

Describe the bug

In TEdit, pressing Meta-, moves the caret left and Meta-. right by one character. But pressing Meta-, on my italian keyboard does nothing and the caret doesn't move. Meta-. works as expected.

To Reproduce

Steps to reproduce the behavior:

  1. launch Medley
  2. open TEdit
  3. type one word
  4. place the caret at the center of the word
  5. press Meta-, on an Italian keyboard

Expected behavior

The caret moves left by one character.

Screenshots

N/A

Context (please complete the following information):

  • Are you using online.interlisp.org? no
  • OS: Linux
  • OS Version: Mint 22 Cinnamon
  • Display/window system: X11 + VNC
  • Host arch: x86_64 (System76 Merkaat)
  • Maiko version: 3c4d9f5393e56857d1e75352f8d8d0a0c9d91e01
  • IL:MAKESYSDATE: 21-Jan-2025 04:48:26

Additional context

The output of xev when , is pressed:

KeyPress event, serial 28, synthetic NO, window 0x4200001,
    root 0x5cf, subw 0x4200002, time 39556239, (45,22), root:(110,825),
    state 0x0, keycode 59 (keysym 0x2c, comma), same_screen YES,
    XLookupString gives 1 bytes: (2c) ","
    XmbLookupString gives 1 bytes: (2c) ","
    XFilterEvent returns: False

KeyRelease event, serial 28, synthetic NO, window 0x4200001,
    root 0x5cf, subw 0x4200002, time 39556351, (45,22), root:(110,825),
    state 0x0, keycode 59 (keysym 0x2c, comma), same_screen YES,
    XLookupString gives 1 bytes: (2c) ","
    XFilterEvent returns: False

This issue may be related to the behavior of the < key on my keyboard described in #1828.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions