Skip to content

Commit

Permalink
Merge pull request #2206 from mienaikage/wincompose
Browse files Browse the repository at this point in the history
Add WinCompose to unicode_entry
  • Loading branch information
AlexDaniel committed Jul 22, 2018
2 parents 950b22c + ea00aa4 commit cd3bb65
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/Language/unicode_entry.pod6
Expand Up @@ -74,6 +74,22 @@ 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<WinCompose|https://github.com/samhocevar/wincompose> adds
L<compose key|https://en.wikipedia.org/wiki/Compose_key> functionality to Windows.
It can be installed either via the L<WinCompose releases|https://github.com/samhocevar/wincompose/releases>
page on GitHub, or with the L<Chocolatey package manager|https://chocolatey.org/packages/wincompose>.
Once the program is installed and running, right click the tray icon and
select C<Options → General → Compose Key> to set your desired key.
WinCompose uses L<kragen/xcompose|https://github.com/kragen/xcompose> 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<Show Sequences>.
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.
=head1 Editors and shells
=head2 Vim
Expand Down

0 comments on commit cd3bb65

Please sign in to comment.