mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-03 05:39:12 -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
|
@ -275,6 +275,7 @@
|
|||
"cmdShiftC": true, /* clear authorship */
|
||||
"cmdH": true, /* backspace */
|
||||
"ctrlHome": true, /* scroll to top of pad */
|
||||
"cmdEsc": true, /* Exit pad and go back to home */
|
||||
"pageUp": true,
|
||||
"pageDown": true
|
||||
},
|
||||
|
@ -642,7 +643,7 @@
|
|||
"right": [
|
||||
["importexport", "timeslider", "savedrevision"],
|
||||
["settings", "embed"],
|
||||
["showusers", "home"]
|
||||
["showusers", "gohome"]
|
||||
],
|
||||
"timeslider": [
|
||||
["timeslider_export", "timeslider_returnToPad"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue