Commit: 34c6f1e92c0b732d09ad98e3fe58a5ea206b7336
Parent: 387988906126bc79f1d1af616735c72243a82073
Author: Ren Tatsumoto
Date: Mon, 9 Nov 2020 15:35:50 +0300
don't tell anyone about ctrl+e
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/subs2srs.lua b/subs2srs.lua
@@ -1034,9 +1034,9 @@ menu.update = function()
osd:tab():item('t: '):text('Toggle clipboard autocopy'):newline()
osd:tab():item('ESC: '):text('Close'):newline()
osd:submenu('Global bindings'):newline()
- osd:tab():item('ctrl+e: '):text('Export note'):newline()
- osd:tab():item('ctrl+h: '):text('Seek to the start of the line'):newline()
osd:tab():item('ctrl+c: '):text('Copy current subtitle to clipboard'):newline()
+ osd:tab():item('ctrl+h: '):text('Seek to the start of the line'):newline()
+ osd:tab():item('shift+h/l: '):text('Seek to the previous/next subtitle'):newline()
else
osd:italics("Press "):item('i'):italics(" to toggle hints."):newline()
end