I have this exact keyboard, with US ANSI layout:
I have just installed Ubuntu 18.04. In Region & Language
, Language is defined as English (United States), Formats is United States (English), and the Input Sources is English (US).
All keys seem to map correctly except for the BACKSLASH KEY (\
and |
). When I click on the backslash key, it maps to the <
/>
(highlighted in red in the photo below) instead of the actual backslash key (highlighted in green).
See the photo I just took to see what happens... I have no way of typing \
and |
(in fact I had to copy them from internet to ask this question), which is an absolute disaster.
How can I solve this??
EDIT:
Running xev
and pressing the backslash key returns this:
KeyPress event, serial 37, synthetic NO, window 0x2400001,
root 0x190, subw 0x0, time 104965, (16,-13), root:(113,89),
state 0x0, keycode 94 (keysym 0x3c, less), same_screen YES,
XLookupString gives 1 bytes: (3c) "<"
XmbLookupString gives 1 bytes: (3c) "<"
XFilterEvent returns: False
KeyRelease event, serial 37, synthetic NO, window 0x2400001,
root 0x190, subw 0x0, time 105084, (16,-13), root:(113,89),
state 0x0, keycode 94 (keysym 0x3c, less), same_screen YES,
XLookupString gives 1 bytes: (3c) "<"
XFilterEvent returns: False
The normal slash key is correctly mapped:
KeyPress event, serial 37, synthetic NO, window 0x3600001,
root 0x190, subw 0x0, time 278763, (270,441), root:(367,543),
state 0x0, keycode 61 (keysym 0x2f, slash), same_screen YES,
XLookupString gives 1 bytes: (2f) "/"
XmbLookupString gives 1 bytes: (2f) "/"
XFilterEvent returns: False
KeyRelease event, serial 37, synthetic NO, window 0x3600001,
root 0x190, subw 0x0, time 278864, (270,441), root:(367,543),
state 0x0, keycode 61 (keysym 0x2f, slash), same_screen YES,
XLookupString gives 1 bytes: (2f) "/"
XFilterEvent returns: False
xmodmap -e "keycode 94 = backslash"
gives me a blank output, literally nothing, I get the prompt on the next line. They did give me a small tutorial, but when I follow the steps and try to boot from the usb with the patch, I getThis is not a bootable disk. Please insert a bootable floppy and press any key to try again...
– DaniCee Dec 24 '18 at 01:18xmodmap
command, it types\
, but not|
, and this is not mantained after reboot. This is the file that they shared with me with the patch: https://slimbook.es/images/descargas/Cedilla_FIX.zip The tutorial is in Spanish, but automatic translation might still make sense: https://slimbook.es/tutoriales/slimbook/274-parche-intel-me-s-000086-para-slimbook-excalibur2 Let me know if you have access – DaniCee Dec 24 '18 at 04:201-
Install UNetbootin2-
Format USB in FAT323-
Open UNetbootin and choose FreeDOS version 1.0 and Accept4-
Copy the uncompressed Cedilla patch files into the USB root5-
Disable Secure Boot and boot from the USB (I get the error here).... – DaniCee Dec 24 '18 at 04:24