-
-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
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:
- launch Medley
- open TEdit
- type one word
- place the caret at the center of the word
- 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
Labels
No labels
Type
Projects
Status
No status