mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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',
|
id: 'wmd-emoji-button',
|
||||||
description: I18n.t("composer.emoji"),
|
description: I18n.t("composer.emoji"),
|
||||||
execute: showSelector,
|
execute: showSelector,
|
||||||
shortcut: 'e'
|
shortcut: ':'
|
||||||
});
|
});
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
en:
|
en:
|
||||||
js:
|
js:
|
||||||
composer:
|
composer:
|
||||||
emoji: "Emoji :smile: CTRL+ E"
|
emoji: "Emoji :smile: CTRL+:"
|
||||||
|
|
||||||
apple_international: "Apple/International"
|
apple_international: "Apple/International"
|
||||||
google: "Google"
|
google: "Google"
|
||||||
|
Loading…
Reference in New Issue
Block a user