free5lot / hid-apple-patched

Allows to swap the Fn key and left Control key and other tweaks on Macbook Pro and Apple keyboards in GNU/Linux
GNU General Public License v2.0
349 stars 61 forks source link

[Ubuntu 19.10] Tilde/grave accent key switched to < and > #60

Closed TranquilMarmot closed 4 years ago

TranquilMarmot commented 4 years ago

After installing via DKMS on a 2016 Macbook Pro, I noticed the tilde/grave key now sends < without a shift modifier and > with a shift modifier. Using fn doesn't seem to change this.

The config I have is:

options hid_apple swap_fn_leftctrl=1
options hid_apple swap_opt_cmd=1
TranquilMarmot commented 4 years ago

Adding the following to the config fixed this:

options hid_apple iso_layout=0
free5lot commented 4 years ago

Yes, that's what I was gonna recommend. iso_layout is a parameter from the original hid_apple and should work the same way.