You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @pmario using CSS to hide the buttons while keeping them available for shortcut handling is a useful approach for plugins, but I think would not be a reasonable approach for the core.
Instead, if we are really absolutely certain that this needs to be fixed as a matter of urgency, then we should refactor the keyboard handling to fix this problem (eg by having a separate set of buttons that are exclusively used for keyboard shortcuts).
It should be possible to hide edit toolbar buttons, but keep the keyboard shortcut active
If we deactivate editor toolbar buttons in the ControlPanel, the keyboard shortcut will also be deactivated.
That's OK.
It is proposed to add a second option, that hides the button, but keeps the keyboard shortcut.
This can be done with some CSS as seen at: https://talk.tiddlywiki.org/t/how-to-use-preview-shortcut-keys-when-the-editor-button-is-hidden/10680/2?u=pmario
The following code hides the Preview-button, but keeps the shortcut
@Jermolene -- What do you think?
The text was updated successfully, but these errors were encountered: