mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 18:36:14 -04:00
Added keyboard shortcut for exit button, and added the option to the settings.ts file.
This commit is contained in:
parent
2540c2a685
commit
1e5b302a79
4 changed files with 8 additions and 3 deletions
|
@ -54,6 +54,8 @@
|
|||
"pad.toolbar.settings.title": "Settings",
|
||||
"pad.toolbar.embed.title": "Share and Embed this pad",
|
||||
"pad.toolbar.showusers.title": "Show the users on this pad",
|
||||
"pad.toolbar.gohome.title": "Go back to home page",
|
||||
|
||||
|
||||
"pad.colorpicker.save": "Save",
|
||||
"pad.colorpicker.cancel": "Cancel",
|
||||
|
|
|
@ -229,6 +229,7 @@ exports.padShortcutEnabled = {
|
|||
cmdShiftC: true,
|
||||
cmdH: true,
|
||||
ctrlHome: true,
|
||||
cmdEsc: true,
|
||||
pageUp: true,
|
||||
pageDown: true,
|
||||
};
|
||||
|
@ -246,7 +247,7 @@ exports.toolbar = {
|
|||
right: [
|
||||
['importexport', 'timeslider', 'savedrevision'],
|
||||
['settings', 'embed'],
|
||||
['showusers'],
|
||||
['showusers', 'gohome'],
|
||||
],
|
||||
timeslider: [
|
||||
['timeslider_export', 'timeslider_settings', 'timeslider_returnToPad'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue