mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 13:52:50 +08:00
change CTRL+E to CTRL+:
This commit is contained in:
parent
2e4fc6b25b
commit
2eb47f8125
|
@ -158,5 +158,5 @@ window.PagedownCustom.appendButtons.push({
|
|||
id: 'wmd-emoji-button',
|
||||
description: I18n.t("composer.emoji"),
|
||||
execute: showSelector,
|
||||
shortcut: 'e'
|
||||
shortcut: ':'
|
||||
});
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
en:
|
||||
js:
|
||||
composer:
|
||||
emoji: "Emoji :smile: CTRL+ E"
|
||||
emoji: "Emoji :smile: CTRL+:"
|
||||
|
||||
apple_international: "Apple/International"
|
||||
google: "Google"
|
||||
|
|
Loading…
Reference in New Issue
Block a user