summaryrefslogtreecommitdiffstats
path: root/FAQ-Keymap.md
diff options
context:
space:
mode:
authortmk <wakojun+tmk@gmail.com>2014-11-26 18:11:41 -0800
committertmk <wakojun+tmk@gmail.com>2014-11-26 18:11:41 -0800
commit4178b005332e032240404ba57e759c40df242627 (patch)
treec5492cb2b1e027f5e4fbf2119894a019cc880cc6 /FAQ-Keymap.md
parent686476fa9385b8767fee678ac77382ba4fda3f67 (diff)
Updated FAQ Keymap (markdown)
Diffstat (limited to 'FAQ-Keymap.md')
-rw-r--r--FAQ-Keymap.md22
1 files changed, 21 insertions, 1 deletions
diff --git a/FAQ-Keymap.md b/FAQ-Keymap.md
index 0dc7e2426c..410e399dbf 100644
--- a/FAQ-Keymap.md
+++ b/FAQ-Keymap.md
@@ -26,4 +26,24 @@ http://deskthority.net/wiki/Alps_SKCL_Lock
Using enabling this feature and using keycodes `LCAP`, `LNUM` or `LSCR` in keymap you can use physical locking CapsLock, NumLock or ScrollLock keys as you expected.
-Old vintage mechanical keyboards occasionally have lock switches but modern ones don't have. ***You don't need this feature in most case and just use keycodes `CAPS`, `NLCK` and `SLCK`.*** \ No newline at end of file
+Old vintage mechanical keyboards occasionally have lock switches but modern ones don't have. ***You don't need this feature in most case and just use keycodes `CAPS`, `NLCK` and `SLCK`.***
+
+
+## Input language specific charactors other than ASCII like Cédille 'Ç'
+NO UNIVERSAL METHOD TO INPUT THOSE WORKS OVER ALL SYSTEMS. You have to define MACRO in way specific to your OS or layout.
+
+See this post for example code.
+http://deskthority.net/workshop-f7/tmk-keyboard-firmware-collection-t4478-120.html#p195620
+
+On **Windows** you can use `AltGr` key or **Alt code**.
+- http://en.wikipedia.org/wiki/AltGr_key
+- http://en.wikipedia.org/wiki/Alt_code
+
+On **Mac** OS defines `Option` key combinations.
+- http://en.wikipedia.org/wiki/Option_key#Alternative_keyboard_input
+
+On **Xorg** you can use `compose` key, instead.
+- http://en.wikipedia.org/wiki/Compose_key
+
+And see this for **Unicode** input.
+- http://en.wikipedia.org/wiki/Unicode_input \ No newline at end of file