Skip to main content

Questions tagged [xkb]

xkb is the abbreviation for the X Keyboard Extension used to describe and configure differ keyboard layouts, etc. under X11.

0 votes
0 answers
17 views

Remapping keypad keys with xkb

TL;DR I have a configuration for remapping keys in xkb, which I think should work. setxkbmap reads it without error, but there's no effect. I'm trying to remap my numpad keys to navigation keys. I ...
Peter C's user avatar
3 votes
1 answer
56 views

Permanently set layout for all keyboards in X11

On my laptop running Gentoo Linux with StumpWM as a window manager, I have a custom keyboard layout called daselt, which I'm using all the time. Until now I've set it by automatically running ...
Alexander Praehauser's user avatar
0 votes
1 answer
15 views

Debugging xkb layout under wayland

I have a custom layout, made with xkb, that I made back when I used X11. This ported to Wayland just fine. Now I'm trying to make improvements to the layout. Testing my layout under X11 was a matter ...
Jean's user avatar
  • 185
1 vote
1 answer
15 views

Modifiers not working when setting "custom" layout through Desktop Environment

I added a custom keyboard layout, noted, to my system using this guide. In a nutshell, I downloaded a file called custom and put it to the symbols folder: curl 'https://dl.neo-layout.org/custom_noted' ...
Max Görner's user avatar
0 votes
1 answer
37 views

Layout `custom` not recognised by KDE keyboard layout settings

I want to get started with a new keyboard layout from the Neo family. It is Noted, and I tried to install it according to this guide. In a nutshell, I downloaded a file called custom and put it to the ...
Max Görner's user avatar
0 votes
0 answers
23 views

How can I add a functioning Control key to my keyboard layout?

I'm working on adding my keyboard layout to /usr/share/X11/xkb/symbols. So far it's going good, but I am having trouble with adding Control and Shift keys. key <AC03> {[ NoSymbol, NoSymbol, ...
carbon-starlight's user avatar
0 votes
0 answers
32 views

How to change Caps lock shortcut from Shift+CAPS to Alt+CAPS

Debian Linux, which includes /etc/default/keyboard file to setup keyboard, both on console and X. I have this line in it: XKBOPTIONS="grp:caps_toggle" Through this configuration, CAPS is ...
Krackout's user avatar
  • 2,742
1 vote
0 answers
26 views

Listen to keyboard layout change

I'd like to perform some actions when the user requests a keyboard layout change (via ibus/setxkbmap/wayland/gnome/plasma/…), notably in order to disable KMonad (otherwise the user-defined layout ...
tobiasBora's user avatar
  • 4,301
1 vote
0 answers
179 views

Understanding the keyboard input stack on desktop Linux, esp. compose keys

For context, I'm trying to track down a bug in Compose key handling that I experience on Fedora 39 with GNOME on Wayland, discussed here and here. However, my question is more general. I'm trying to ...
Jean Abou Samra's user avatar
0 votes
0 answers
80 views

Trouble using a Qt 6 application on an older (SLES 15) machine

I'm trying to run an app which apparently uses some Qt6 capabilities on my SLES 15 SP5. When I do that, I get the following error message: qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is ...
einpoklum's user avatar
  • 9,653
0 votes
0 answers
13 views

xkb utf8 symbols but no syms

Fedora 39 here, but this should apply in general for any linux. My ~/.xkb/symbols/my has this (part): replace key <FK01> { [ F1, F1, {H,e,l,l,o}, {W,o,r,l,d}, XF86_Switch_VT_1 ] }; ...
Robert D.'s user avatar
0 votes
0 answers
48 views

How to define a new xkb type and make it the defaul for a specific layout?

I am a Java programmer and I often need to write lots of text in Hungarian, German or Slovak. Quite often, I have to do all simultaneously, which makes constantly switching between different layouts ...
Karcsii's user avatar
2 votes
1 answer
119 views

How to make one keystroke emit three Unicode characters in a custom keyboard layout in Linux Mint?

I have created a custom keyboard layout for my regional language by editing different files.  It works fine except for one problem.  One of the characters needs three Unicode characters in combination,...
Ritu Lahkar's user avatar
1 vote
1 answer
64 views

what keeps turning off stickykeys and how do I stop it?

I have xkbset st -twokeys in ~/.xsession file. My process list is (mine, not system): winbindd: domain child /lib/systemd/systemd --user (sd-pam) /usr/bin/pipewire /usr/bin/wireplumber /usr/bin/...
Joshua's user avatar
  • 1,893
2 votes
1 answer
251 views

KDE - Map left and right `Alt` keys independently

When creating shortcuts, the left and right Alt keys map to identical references. Is there a way to create a shortcut for both individually so that RAlt+Key1 and LAlt+Key1 can point to different ...
wasp256's user avatar
  • 209

15 30 50 per page
1
2 3 4 5
27