Ultraschall/ultraschall-lua-api-for-reaper

[Request] Note that ActionCommandID's are case-insensitive (maybe, just for Linux)

Opened this issue · 1 comments

myrrc commented

What were you doing?

On docs page https://mespotin.uber.space/Ultraschall/Reaper-Filetype-Descriptions.html#Reaper-kb.ini
there is no note that ActionCommandIDs are
case-insensitive, e.g

KEY 9 65 _<C-a> 0
SCR 4 0 "_<C-a>" "<C-a>" script_1.lua
KEY 13 65 _<C-A> 0
SCR 4 0 "_<C-A>" "<C-A>" script_2.lua

will randomly map both shortcuts to either first or second script.

Operating system and language running Ultraschall

Linux Ubuntu 22.04.2 LTS
en_us, ru_utf8

REAPER version running Ultraschall

6.81 linux x86_64 rev 8adbe7

Ahhh, good to know. Will add this to the docs.