Make the keypad keys contains keypad-1, keypad-2, and so on up to keypad-9 or whatever.
Then make 9 aliases, like this:
That will pick up the keypad-1 and send "axe" to "variable w1".
You can copy the above and paste (click the "paste" button) in the aliases list 9 times, and then go back and edit each one to change what it matches on, and what it sets the variable to.
Then make 9 aliases, like this:
<aliases>
<alias
match="keypad-1"
enabled="y"
variable="w1"
send_to="9"
sequence="100"
>
<send>axe</send>
</alias>
</aliases>
That will pick up the keypad-1 and send "axe" to "variable w1".
You can copy the above and paste (click the "paste" button) in the aliases list 9 times, and then go back and edit each one to change what it matches on, and what it sets the variable to.
