mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-06-13 03:13:32 -07:00
feat(keybindings): add mouse button support for mpv keybindings (#103)
This commit is contained in:
@@ -57,6 +57,11 @@ const KEY_NAME_MAP: Record<string, string> = {
|
||||
Super: 'Meta',
|
||||
Meta: 'Meta',
|
||||
Backspace: 'Backspace',
|
||||
MBTN_LEFT: 'Mouse Left',
|
||||
MBTN_MID: 'Mouse Middle',
|
||||
MBTN_RIGHT: 'Mouse Right',
|
||||
MBTN_BACK: 'Mouse Back',
|
||||
MBTN_FORWARD: 'Mouse Forward',
|
||||
};
|
||||
|
||||
function normalizeKeyToken(token: string): string {
|
||||
|
||||
Reference in New Issue
Block a user