It is possible that the bindings are acting weird. I’ve found some actions that are not binding correctly.
Now that we have this possibility, there’s the distinction between numbers and keypad numbers, so you might want to add the keypad numbers as second combination for the actions that you’re using.
To do so:
- Go to your user_settings.json file (please don’t modify the stonehearth.json file).
- Add this at the same level than “user_id”:
"user_bindings": {
"action_copied_from_stonehearth.json": {
"combo1": "1",
"combo2": "kp_1"
}
},
- Edit the combinations. I’ve put the example for keypad number 1, so this action can be run either by pressing 1 or keypad 1.