From db3eebea90e2a547c7892c060b56326df81c5d18 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 25 Jan 2024 14:04:30 +0100 Subject: Add mpv-cut and bindings *Also added custom gitignore for mpv --- config/common/mpv/scripts/mpv-cut/config.lua | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config/common/mpv/scripts/mpv-cut/config.lua (limited to 'config/common/mpv/scripts/mpv-cut/config.lua') diff --git a/config/common/mpv/scripts/mpv-cut/config.lua b/config/common/mpv/scripts/mpv-cut/config.lua new file mode 100644 index 0000000..4639cb7 --- /dev/null +++ b/config/common/mpv/scripts/mpv-cut/config.lua @@ -0,0 +1,19 @@ +-- Key config +KEY_CUT = "c" +KEY_CANCEL_CUT = "C" +KEY_CYCLE_ACTION = "a" +KEY_BOOKMARK_ADD = "i" +KEY_CHANNEL_INC = "=" +KEY_CHANNEL_DEC = "-" + +-- The list of channel names, you can choose whatever you want. +CHANNEL_NAMES[1] = "FUNNY" + +-- The default channel +CHANNEL = 1 + +-- The default action +ACTION = "COPY" + +-- Delete a default action +ACTIONS.LIST = nil \ No newline at end of file -- cgit v1.2.3