pixeltris / GK6X

Configure keys, macros, and lighting on GK6X keyboards (GK64, GK84, GK61, etc)
Other
835 stars 101 forks source link

Mapping keys - combine 2 keys to show one #191

Open guirahy opened 2 years ago

guirahy commented 2 years ago

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 commented 2 years ago

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