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

remap to accentuated characters #225

Closed
gaalcaras opened this issue Dec 18, 2017 · 4 comments
Closed

remap to accentuated characters #225

gaalcaras opened this issue Dec 18, 2017 · 4 comments

Comments

@gaalcaras
Copy link

Just found out about sc-im, it's really great and a blast to use! I'd like to suggest a feature:

This works:

nmap "a" "w"
nunmap "w"

But this doesn't:

nmap "é" "w"
nunmap "w"

Vim supports both of the following examples:

nmap é w
nmap <Char-130> w " 130 is the decimal value of "é". See http://www.asciitable.com/

It would be really nice if scim allowed this kind of keys to be remapped, since some of them are way more accessible on international keyboard layouts. For instance, in my layout é is at the exact same place than w on a standard QWERTY layout, while w requires to extend the pinky all the way to the right edge of the keyboard.

@andmarti1424
Copy link
Owner

This should not be a major task. May be it could be added in a future version.

@andmarti1424 andmarti1424 changed the title Feature request: remap to accentuated characters remap to accentuated characters Dec 18, 2017
andmarti1424 added a commit that referenced this issue Mar 25, 2021
@andmarti1424
Copy link
Owner

@gaalcaras please update to latest commit and try the ñ mapping again. Thanks.

@andmarti1424
Copy link
Owner

é mapping, sorry

@andmarti1424
Copy link
Owner

@gaalcaras could you test it? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants