mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-29 03:39:13 -04:00
Add 'Ctrl-5' keyboard shortcut for 'strikethrough' #1987
A quick search revealed that 'Ctrl-5' is a popular shortcut for strikethrough. Implemented in 'ace2_inner' and updated the English l10n file for the tooltip.
This commit is contained in:
parent
6ec55309a7
commit
001d75cd1e
2 changed files with 12 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
"pad.toolbar.bold.title": "Bold (Ctrl-B)",
|
||||
"pad.toolbar.italic.title": "Italic (Ctrl-I)",
|
||||
"pad.toolbar.underline.title": "Underline (Ctrl-U)",
|
||||
"pad.toolbar.strikethrough.title": "Strikethrough",
|
||||
"pad.toolbar.strikethrough.title": "Strikethrough (Ctrl-5)",
|
||||
"pad.toolbar.ol.title": "Ordered list",
|
||||
"pad.toolbar.ul.title": "Unordered List",
|
||||
"pad.toolbar.indent.title": "Indent (TAB)",
|
||||
|
@ -85,7 +85,7 @@
|
|||
"pad.modals.disconnected": "You have been disconnected.",
|
||||
"pad.modals.disconnected.explanation": "The connection to the server was lost",
|
||||
"pad.modals.disconnected.cause": "The server may be unavailable. Please notify the service administrator if this continues to happen.",
|
||||
|
||||
|
||||
"pad.share": "Share this pad",
|
||||
"pad.share.readonly": "Read only",
|
||||
"pad.share.link": "Link",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue