You are not logged in.

#1 2024-03-12 07:44:34

anniehall
Member
Registered: 2024-03-12
Posts: 3

Shift-Insert works external Keyboard but not laptop

Pressing Shift-Insert behaves different from Keyboard-Ext and Keyboard Laptop.

Where Laptop does not work but external keyboard does.

Both are equally mapped:

state 0x10, keycode 50 (keysym 0xffe1, Shift_L)
state 0x10, keycode 118 (keysym 0xff63, Insert)

How can I debug it further?

Offline

#2 2024-03-12 08:50:28

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,315

Re: Shift-Insert works external Keyboard but not laptop

Shift+Ins should be on state 0x11
Please post the actual, complete output of "xev -event keyboard" when pressing either shortcut (ie. the keys in combination, not isolated)

Possible causes are
- the internal keyboard wires the 2nd level of Ins to something entirely different
- you're using different layouts for the keyboards (eg. if you change the layout after the login w/ setxkbmap and attach the external keyboard only later)

Offline

#3 2024-03-12 14:07:09

anniehall
Member
Registered: 2024-03-12
Posts: 3

Re: Shift-Insert works external Keyboard but not laptop

Solved!

Pressing both I was getting another keycode which I had to set again with xmodmap.

xmodmap -e 'keycode 76 = Insert Insert'

Question keycodes were single keys pressed and not combination of both.

Offline

Board footer

Powered by FluxBB