You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m encountering a strange issue that I can’t seem to resolve, and I’m hoping someone can help me. I’m using a ThinkPad T14 with a US keyboard layout on Ubuntu. I’ve configured the German (Macintosh) layout, but I’m missing the greater-than (>) and less-than (<) keys that usually appear on the "view layout."
I’ve tried remapping other keys to the greater-than and less-than keys, but when I do, I get semicolon (;) and colon (:) instead. Is there a way to remap any other key to these greater-than and less-than symbols, or perhaps use macros to achieve this?
The text was updated successfully, but these errors were encountered:
Hey, can you please post a quick reproduction of a configuration that reflects the problem you have? This can help to see the problem in practice. Thanks a lot!
Yes exactly the layout at the os level, on my thinkpad the physical keyboard is US.
This is how I fixed it, but I'm wondering if something like this would work in keyd
sudo vi /usr/share/X11/xkb/symbols/de
# find this section
xkb_symbols "mac" {
...
# add this at the end
key <TLDE> { [ less, greater ] };
};
# run the command
sudo dpkg-reconfigure xkb-data
# log out and log in again
I’m encountering a strange issue that I can’t seem to resolve, and I’m hoping someone can help me. I’m using a ThinkPad T14 with a US keyboard layout on Ubuntu. I’ve configured the German (Macintosh) layout, but I’m missing the greater-than (>) and less-than (<) keys that usually appear on the "view layout."
I’ve tried remapping other keys to the greater-than and less-than keys, but when I do, I get semicolon (;) and colon (:) instead. Is there a way to remap any other key to these greater-than and less-than symbols, or perhaps use macros to achieve this?
The text was updated successfully, but these errors were encountered: