Skip to content

Commit

Permalink
force ctrl+e
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsumoto-ren committed Oct 21, 2020
1 parent 03780b4 commit eb4475f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subs2srs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -959,9 +959,9 @@ end

validate_config()
ankiconnect.create_deck_if_doesnt_exist(config.deck_name)
mp.add_forced_key_binding("ctrl+e", "anki-export-note", export_to_anki)
mp.add_forced_key_binding("ctrl+c", "copy-sub-to-clipboard", copy_sub_to_clipboard)
mp.add_key_binding('a', 'mpvacious-menu-open', menu.open) -- a for advanced
mp.add_key_binding("ctrl+e", "anki-export-note", export_to_anki)
mp.add_key_binding("ctrl+h", "sub-rewind", sub_rewind)
mp.add_key_binding(nil, "set-starting-line", subs.set_starting_line)
mp.add_key_binding(nil, "reset-timings", subs.reset_timings)
Expand Down

0 comments on commit eb4475f

Please sign in to comment.