If you want to do it in the keyboard mapping menu so you can assign it to the user keys on the keyboard, you can use a script like this:
`dim widget as xpCounterWidget
engine.GetWidgetByName("Counter1", widget)
widget.Value = widget.value + 2
`
#XPression