diff options
author | Eemeli Blåsten <eemeli@countermail.com> | 2017-06-17 18:07:49 +0800 |
---|---|---|
committer | Eemeli Blåsten <eemeli@countermail.com> | 2017-06-17 19:28:15 +0800 |
commit | 0a01b2f0823703df1e3f8a7b4b2c2e103d553c8b (patch) | |
tree | 340ddc04de428b6fbc346922bdefe397374e45c7 | |
parent | c2dc1d1eafd6ad8980afb4d7d840394f4e3a8926 (diff) | |
download | librebootfr-0a01b2f0823703df1e3f8a7b4b2c2e103d553c8b.tar.gz librebootfr-0a01b2f0823703df1e3f8a7b4b2c2e103d553c8b.zip |
Add instruction on enabling AltGr on the Macbook 2.1
Under Trisquel run "sudo dpkg-reconfigure keyboard-configuration" and
select "Use Keypad Enter as AltGr" when presented. Under Parabola add
the line "KEYMAP_TOGGLE=lv3:enter_switch" to /etc/vconsole.conf.
-rw-r--r-- | docs/hardware/index.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/hardware/index.md b/docs/hardware/index.md index c61d7054..9c25b213 100644 --- a/docs/hardware/index.md +++ b/docs/hardware/index.md @@ -465,6 +465,29 @@ remove it.* ### Issues and solutions +#### Enable AltGr + +The keyboard has a keypad enter instead of an AltGr. The first key on +the right side of the spacebar is the Apple "command" key. On its +right is the keypad enter. We can make it act as an AltGr. + +If your operating system is Trisquel or other dpkg-based distribution, +there is an easy solution. Under root (or sudo) run + + # dpkg-reconfigure keyboard-configuration + +and select the option "apple laptop", leave other settings as their +defaults until you are given the option "Use Keypad Enter as +AltGr". Select this. The keypad enter key will then act as an AltGr +everywhere. + +For Parabola or other systemd-based distributions you can enable AltGr +manually. Simply add the line + + KEYMAP_TOGGLE=lv3:enter_switch + +to the file /etc/vconsole.conf and then restart the computer. + #### Enable 3-finger tap |