diff options
Diffstat (limited to 'docs/feature_unicode.md')
-rw-r--r-- | docs/feature_unicode.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/feature_unicode.md b/docs/feature_unicode.md index 2dfb38d96..24390631d 100644 --- a/docs/feature_unicode.md +++ b/docs/feature_unicode.md | |||
@@ -1,4 +1,4 @@ | |||
1 | # Unicode support | 1 | # Unicode Support |
2 | 2 | ||
3 | There are three Unicode keymap definition method available in QMK: | 3 | There are three Unicode keymap definition method available in QMK: |
4 | 4 | ||
@@ -29,7 +29,7 @@ This is the current list of Unicode input method in QMK: | |||
29 | * UC_WIN: (not recommended) Windows built-in Unicode input. To enable: create registry key under `HKEY_CURRENT_USER\Control Panel\Input Method\EnableHexNumpad` of type `REG_SZ` called `EnableHexNumpad`, set its value to 1, and reboot. This method is not recommended because of reliability and compatibility issue, use WinCompose method below instead. | 29 | * UC_WIN: (not recommended) Windows built-in Unicode input. To enable: create registry key under `HKEY_CURRENT_USER\Control Panel\Input Method\EnableHexNumpad` of type `REG_SZ` called `EnableHexNumpad`, set its value to 1, and reboot. This method is not recommended because of reliability and compatibility issue, use WinCompose method below instead. |
30 | * UC_WINC: Windows Unicode input using WinCompose. Requires [WinCompose](https://github.com/samhocevar/wincompose). Works reliably under many (all?) variations of Windows. | 30 | * UC_WINC: Windows Unicode input using WinCompose. Requires [WinCompose](https://github.com/samhocevar/wincompose). Works reliably under many (all?) variations of Windows. |
31 | 31 | ||
32 | # Additional language support | 32 | # Additional Language Support |
33 | 33 | ||
34 | In `quantum/keymap_extras/`, you'll see various language files - these work the same way as the alternative layout ones do. Most are defined by their two letter country/language code followed by an underscore and a 4-letter abbreviation of its name. `FR_UGRV` which will result in a `ù` when using a software-implemented AZERTY layout. It's currently difficult to send such characters in just the firmware. | 34 | In `quantum/keymap_extras/`, you'll see various language files - these work the same way as the alternative layout ones do. Most are defined by their two letter country/language code followed by an underscore and a 4-letter abbreviation of its name. `FR_UGRV` which will result in a `ù` when using a software-implemented AZERTY layout. It's currently difficult to send such characters in just the firmware. |
35 | 35 | ||
@@ -52,4 +52,3 @@ In the default script of AutoHotkey you can define custom hotkeys. | |||
52 | 52 | ||
53 | The hotkeys above are for the combination CtrlAltGui and CtrlAltGuiShift plus the letter a. | 53 | The hotkeys above are for the combination CtrlAltGui and CtrlAltGuiShift plus the letter a. |
54 | AutoHotkey inserts the Text right of `Send, ` when this combination is pressed. | 54 | AutoHotkey inserts the Text right of `Send, ` when this combination is pressed. |
55 | |||