Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add examples how to type unicode on Windows #1467

Closed
pwr22 opened this issue Aug 23, 2017 · 8 comments
Closed

Add examples how to type unicode on Windows #1467

pwr22 opened this issue Aug 23, 2017 · 8 comments
Labels
docs Documentation issue (primary issue type) new part of "docs" - indicates that this documentation is for a new, currently undoc'd section

Comments

@pwr22
Copy link

pwr22 commented Aug 23, 2017

As a newbie who sometimes uses Windows, this would be useful to me

@JJ
Copy link
Contributor

JJ commented Aug 23, 2017 via email

@pwr22
Copy link
Author

pwr22 commented Aug 23, 2017

But that's kind of not specific for Perl 6, right?

Indeed, but given the pervasive unicode support in Perl 6 and that there's already this page with *NIX info, wouldn't it make sense to not exclude Windows people there?

Some editors too will have their own way of doing it

I don't see any docs telling me what editor I should use on Windows to get started and use the awesome unicode support of Perl 6

People will not try Perl 6 or features in it that they perceive to be difficult to use - this is a non-negotiable fact of the world - so is there any harm in reducing friction a little?

@JJ
Copy link
Contributor

JJ commented Aug 23, 2017 via email

@zoffixznet
Copy link
Contributor

zoffixznet commented Aug 23, 2017

Whenever we talk about Unicode ops, the number one question is how to type those fancy Unicode characters. It would be really awesome if we had a page we could just link to that listed all the ways to do so easily on most of the popular OSes.

The https://docs.perl6.org/language/unicode_entry page is a good start to that effort and could use more information, such us how to enter stuff on Windows.

@0racle
Copy link
Contributor

0racle commented Aug 23, 2017

AutoHotKey (AHK) is a great choice for creating custom keymaps on Windows. You can even configure them to only trigger when certain applications are active.

For example I use Alt-x for ×, and a couple other Alt mappings (AHK uses ! to denote the Alt key in keymap definitions)

!/::Send ÷
!x::Send ×
!>::Send »
!<::Send «

Then there are also what AHK calls "hotstrings" which is kind of like ligature support in IDE's. You type one thing, and it replaces it with something else. This is great for the set ops because I can type the Texas ops and AHK replaces them with the Unicode versions

::(elem)::∈
::(cont)::∋

@AlexDaniel AlexDaniel added the docs Documentation issue (primary issue type) label Aug 24, 2017
@AlexDaniel
Copy link
Member

What about https://github.com/samhocevar/wincompose ?

@coke coke added the new part of "docs" - indicates that this documentation is for a new, currently undoc'd section label Aug 26, 2017
@AlexDaniel
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation issue (primary issue type) new part of "docs" - indicates that this documentation is for a new, currently undoc'd section
Projects
None yet
Development

No branches or pull requests

6 participants