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

Mapping keys - combine 2 keys to show one #191

Open
guirahy opened this issue May 6, 2022 · 1 comment
Open

Mapping keys - combine 2 keys to show one #191

guirahy opened this issue May 6, 2022 · 1 comment

Comments

@guirahy
Copy link

guirahy commented May 6, 2022

Hi everyone, Is it possible in mapping keys I combine 2 keys to show one character, example:
' + c = ç
If is possible, how I can do this in txt settings file on UserData?

@pixeltris
Copy link
Owner

Unfortunately this isn't possible. There is a workaround to this by making ' switch to a different layer while it's held down but you'll then lose the functionality of '.

As for getting ç I'm not sure, you'd probably have to use a macro to press a key combo that produces that result. Maybe something like this:

[Macro(SomeMacro)]
Press:RAlt+C

[Layer3,FnLayer3]
C:Macro(SomeMacro)

[Base,Layer1,Layer2,FnLayer1,FnLayer2]
Quotes:TempSwitchLayer3

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