ascedmor / macromaker

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

identical character definitions #19

Closed ascedmor closed 5 years ago

ascedmor commented 5 years ago

There is currently nothing practical stopping users from using the same character for multiple syntax characters. Fixing should be a simple matter of adding each character to a list and checking for matching values during loading.

ascedmor commented 5 years ago

Mostly done, the only issue is that commas (",") cause issues with the comparison logic. Refer to (https://www.autohotkey.com/docs/commands/IfIn.htm) for details.

Closing issue