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

Is it possible to input unicode characters with more than 4 characters? #43

Closed
nathgit opened this issue Nov 22, 2018 · 1 comment
Closed

Comments

@nathgit
Copy link

nathgit commented Nov 22, 2018

Is there a way to make it recognize something like U+1F512 (🔒)? It only gives me "ὑ2" meaning [U+1F51]+2. If it's not possible it's not a big deal, I'm just curious.

@bderrly
Copy link
Contributor

bderrly commented Jan 29, 2019

It is possible to do this. First you should ensure you have at least version 1.7 of the extension. Open the extension options and add a custom sequence. For your example I created the following:

<Multi_key> <L> <O>: "\0x1F512"  # Unicode Lock

You can use any combination of keys you would like to trigger this. Try looking through background.js for combinations that are already used.

@bderrly bderrly closed this as completed Jan 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants