From d60553a8016d985a8a546c54ea50c14ab5777152 Mon Sep 17 00:00:00 2001 From: Daniel Mita Date: Sun, 22 Jul 2018 13:28:33 +0100 Subject: [PATCH 1/2] Add WinCompose to unicode_entry --- doc/Language/unicode_entry.pod6 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/Language/unicode_entry.pod6 b/doc/Language/unicode_entry.pod6 index d3a4bfd08..7f265ba57 100644 --- a/doc/Language/unicode_entry.pod6 +++ b/doc/Language/unicode_entry.pod6 @@ -74,6 +74,25 @@ ibus-daemon command as shown above, with the C<--desktop> option set to C<--desktop=plasma>. Click OK. It should now launch automatically when you log in again. +=head1 WinCompose (Windows) + +L adds +L functionality to Windows. +It can be installed either via the L +page on GitHub, or with the L. + +Once the program is installed and running, right click the tray icon and +select C to set your desired key. + +WinCompose uses L as +a source, so by default has plenty of useful sequences available. +These sequences can be viewed by right clicking the tray icon and selecting C. +If you wish to add your own sequences, you can do so by either adding/modifying +C<.XCompose> in C<%USERPROFILE%>, or editing user-defined sequences in the options menu. + +By default, WinCompose allows you to enter any unicode character by pressing +your compose key, followed by C, followed by the unicode code point. + =head1 Editors and shells =head2 Vim From ea00aa4e4ec6624fa47b4613c8b197ba4fb7d5c6 Mon Sep 17 00:00:00 2001 From: Daniel Mita Date: Sun, 22 Jul 2018 14:29:13 +0100 Subject: [PATCH 2/2] Remove WinCompose unicode code point paragraph --- doc/Language/unicode_entry.pod6 | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/Language/unicode_entry.pod6 b/doc/Language/unicode_entry.pod6 index 7f265ba57..7ee755eec 100644 --- a/doc/Language/unicode_entry.pod6 +++ b/doc/Language/unicode_entry.pod6 @@ -90,9 +90,6 @@ These sequences can be viewed by right clicking the tray icon and selecting C in C<%USERPROFILE%>, or editing user-defined sequences in the options menu. -By default, WinCompose allows you to enter any unicode character by pressing -your compose key, followed by C, followed by the unicode code point. - =head1 Editors and shells =head2 Vim