The logic that I tried to reflect on this rule is the following:
If the keyboard is US, and 'left_option' + 'a' is pressed, change the keyboard to Spanish and press '[' and 'a', which is how the 'á' is created on a Spanish keyboard (I tried first with just writing 'á' on the key_code field but it didn't work).
But this rule is not working, the outcome I'm getting is 'å', which is the standard outcome for pressing the option key + 'a' on an English US keyboard.
Hi!
I'm trying to create a rule that does the following (on a US keyboard):
As I'm a newbie, I started writing a simple rule for the first case (letter a) and the left option key:
The logic that I tried to reflect on this rule is the following:
If the keyboard is US, and 'left_option' + 'a' is pressed, change the keyboard to Spanish and press '[' and 'a', which is how the 'á' is created on a Spanish keyboard (I tried first with just writing 'á' on the key_code field but it didn't work).
But this rule is not working, the outcome I'm getting is 'å', which is the standard outcome for pressing the option key + 'a' on an English US keyboard.
Can someone help me writing this rule? Thanks!!