mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
change CTRL+E to CTRL+:
This commit is contained in:
parent
2e4fc6b25b
commit
2eb47f8125
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue