Input emoji
Input emoji by layer + keys. When press and hold key z to activate
the 'emoji' layer:
j: ๐ (joy)
Use any key for the layer, also consider using:
simlayer('z', 'emoji')hyperLayer('z', 'emoji')duoLayer('z', 'x', 'emoji')
Example code: ( Open in the online editor โ )
let rules = [
layer('z', 'emoji').manipulators({
j: toPaste('๐'), // joy
}),
]