mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +00:00
a6efc14a7c
* Create change-sidebar-layout keyboard shortcut * Update shortcuts.multids * Update ShortcutInfo.multids * Update Misc.multids
9 lines
442 B
Plaintext
9 lines
442 B
Plaintext
title: $:/core/ui/KeyboardShortcuts/change-sidebar-layout
|
|
tags: $:/tags/KeyboardShortcut
|
|
key: ((change-sidebar-layout))
|
|
|
|
<$list filter="[{$:/themes/tiddlywiki/vanilla/options/sidebarlayout}match[fixed-fluid]]"
|
|
emptyMessage="""<$action-setfield $tiddler="$:/themes/tiddlywiki/vanilla/options/sidebarlayout" text="fixed-fluid"/>""">
|
|
<$action-setfield $tiddler="$:/themes/tiddlywiki/vanilla/options/sidebarlayout" text="fluid-fixed"/>
|
|
</$list>
|