We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f48df3 commit c183c37Copy full SHA for c183c37
src/uosc/lib/cursor.lua
@@ -183,7 +183,7 @@ function cursor:trigger(event, shortcut)
183
if forward_name then
184
-- Forward events if there was no handler.
185
local active = find_active_keybindings(forward_name)
186
- if active then
+ if active and active.cmd then
187
local is_wheel = event:find('wheel', 1, true)
188
local is_up = event:sub(-3) == '_up'
189
if active.owner then
0 commit comments