Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
Hi, I'm trying to assign Accelerator on button in Find toolbar, for example 'Match whole word', and find its ID 'ID.FINDOPTWORD' in 'ZeroBraneStudio\src\editor\toolbar.lua' (normal in 'keymap.lua'), but configure in 'user.lua' keymap[ID.FINDOPTWORD] = "Alt-W" don't work .
Hi, I'm trying to assign Accelerator on button in Find toolbar, for example 'Match whole word', and find its ID 'ID.FINDOPTWORD' in 'ZeroBraneStudio\src\editor\toolbar.lua' (normal in 'keymap.lua'), but configure in 'user.lua'
keymap[ID.FINDOPTWORD] = "Alt-W"
don't work .