Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #F1 run "/bin/bash" "-c" "echo \"${sub-text}\" | tr -s ' ',',','!','?','.','-','—' '\n' > ~/.config/mpv/sub; /home/amd/.config/mpv/words \"${time-pos}\""
- #ENTER cycle pause
- F1 run "/bin/bash" "-c" "echo \"${sub-text}\" | tr -s ' ',',','!','?','.','-','—',':' '\\n' > /tmp/sub; ~/.bin/words.sh \"${time-pos}\""
- F2 run "/bin/bash" "-c" "echo \"${sub-text}\" | tr -s ' ',',','!','?','.','-','—',':' '\\n' > /tmp/sub; ~/.bin/words2.sh \"${time-pos}\""
- F3 run "/bin/bash" "-c" "echo \"${sub-text}\" | tr -s ' ',',','!','?','.','-','—' '\\n' > /tmp/sub; ~/.bin/words3.sh \"${time-pos}\""
- F4 run "/bin/bash" "-c" "echo \"${=time-pos}\" > /tmp/webm_start"; show-text "добавлена метка начала \"${time-pos}\""
- F5 run "/bin/bash" "-c" "echo \"${=time-pos}\" > /tmp/webm_end"; show-text "добавлена метка конца \"${time-pos}\""
- F6 run "/bin/bash" "-c" "mpv --title='PREVIEW' --geometry=640x360 --no-resume-playback --start=`cat /tmp/webm_start` --end=`cat /tmp/webm_end` --loop=inf \"${filename}\" "
- F7 run "/usr/bin/xterm" "-e" "/usr/local/sbin/webm_encode \"${filename}\" "; show-text "webm_encode"
- F9 run "/bin/bash" "-c" "echo ${sub-text} | tr -s ' ',',','!','?','.','-','—',':' '\\n' > /tmp/sub; ~/.bin/words2.sh \"${time-pos}\""
- MOUSE_BTN1 screenshot
- ENTER cycle pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement