ascedmor / macromaker

easily make custom macros
GNU General Public License v3.0
0 stars 0 forks source link

Is it worth looking into facilitating "{" and "}" as part of a sequence? #6

Closed ascedmor closed 5 years ago

ascedmor commented 5 years ago

Currently these characters are used to begin and end construction of a button name, would it be possible and even worth the effort to complexify the logic to allow them to be output by the script as part of a macro sequence?

ascedmor commented 5 years ago

This doesnt seem worth the hassle to me, but I will leave the issue open for posterity

ascedmor commented 5 years ago

I realised that it would be relatively easy to allow users to define their own open/close characters for special keys by including them in the settings file.

The only foreseeable issue is people trying to use identical characters for open and close

ascedmor commented 5 years ago

I added the setting for open and close characters and also made the program exit with a warning if a user attempts to use the same character for both.

Closing issue