Hi @BurningTreeC, I have custom EditorToolbar buttons with keyboard shortcuts. These keyboard shortcuts don’t seem to work.
If such shortcuts are defined, they should also override any shortcuts from the selected keyboard layout.
For reference, here is the tiddler for such a shortcut:
actions: <$action-setfield $tiddler="$:/state/popup/editor/content" text="$:/mwi/ui/EditorToolbar/external-link-dropdown" /><$action-editorpopup />
condition: [<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]] [<targetTiddler>type[text/x-markdown]] [<targetTiddler>type[text/markdown]]
description: insert external link
icon: $:/yaisog/images-lucide/external-link
shortcuts: ((editor-popup-link))
tags: $:/tags/EditorToolbar
title: $:/yaisog/ui/EditorToolbar/external-link
type: text/vnd.tiddlywiki
((editor-popup-link)) is currently assigned to Alt-L. But I also tried others.