mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 14:02:13 +08:00
remove shortcut for now
This commit is contained in:
parent
4cd9243888
commit
679800bc09
@ -157,6 +157,5 @@ var showSelector = function(){
|
||||
window.PagedownCustom.appendButtons.push({
|
||||
id: 'wmd-emoji-button',
|
||||
description: I18n.t("composer.emoji"),
|
||||
execute: showSelector,
|
||||
shortcut: ':'
|
||||
execute: showSelector
|
||||
});
|
||||
|
@ -1,7 +1,7 @@
|
||||
en:
|
||||
js:
|
||||
composer:
|
||||
emoji: "Emoji :smile: CTRL+:"
|
||||
emoji: "Emoji :smile:"
|
||||
|
||||
apple_international: "Apple/International"
|
||||
google: "Google"
|
||||
|
Loading…
x
Reference in New Issue
Block a user