mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-06-09 15:13:32 -07:00
feat(keybindings): add mouse button support for mpv keybindings (#103)
This commit is contained in:
@@ -24,6 +24,11 @@ local KEY_NAME_MAP = {
|
||||
BracketLeft = "[",
|
||||
BracketRight = "]",
|
||||
Backquote = "`",
|
||||
MBTN_LEFT = "MBTN_LEFT",
|
||||
MBTN_MID = "MBTN_MID",
|
||||
MBTN_RIGHT = "MBTN_RIGHT",
|
||||
MBTN_BACK = "MBTN_BACK",
|
||||
MBTN_FORWARD = "MBTN_FORWARD",
|
||||
}
|
||||
|
||||
local MODIFIER_MAP = {
|
||||
|
||||
Reference in New Issue
Block a user