From 44a7ca7e4371c7406537e43a411535711e6a8ff5 Mon Sep 17 00:00:00 2001 From: BurningTreeC Date: Fri, 23 Mar 2018 12:07:50 +0100 Subject: [PATCH] Fix duplicate shortcut (#3187) --- core/wiki/config/shortcuts/shortcuts.multids | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/wiki/config/shortcuts/shortcuts.multids b/core/wiki/config/shortcuts/shortcuts.multids index fe5dec9f4..9c135b4d4 100644 --- a/core/wiki/config/shortcuts/shortcuts.multids +++ b/core/wiki/config/shortcuts/shortcuts.multids @@ -9,7 +9,7 @@ heading-4: ctrl-4 heading-5: ctrl-5 heading-6: ctrl-6 link: ctrl-L -linkify: ctrl-shift-L +linkify: alt-shift-L list-bullet: ctrl-shift-L list-number: ctrl-shift-N mono-block: ctrl-shift-M @@ -22,4 +22,4 @@ stamp: ctrl-S strikethrough: ctrl-T subscript: ctrl-shift-B superscript: ctrl-shift-P -transcludify: ctrl-shift-T +transcludify: alt-shift-T