dumbeau / AutoHotPie

Radial menus in Windows, aka PIE MENYOOS!
MIT License
304 stars 16 forks source link

add initial support to send a text string (#116) #142

Closed mmikeww closed 5 months ago

mmikeww commented 5 months ago

this is only implemented on the ahk side at the moment, for the user to enable this, they must modify the json they should first add a sendKey action and save the menu and close then edit the json like so: change 'sendKey' to 'sendText' change 'params'->'keys' to 'params'->'text'

also used Send, {Text} as mentioned in issue #137

example of changes needed in the json:

image