mirror of
https://github.com/ankitects/anki.git
synced 2026-01-10 04:23:54 -05:00
Added: More menu shortcut
This commit is contained in:
parent
b1fbdce192
commit
f938b4ecc5
1 changed files with 6 additions and 0 deletions
|
|
@ -149,6 +149,12 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<Shortcut
|
||||||
|
keyCombination="m"
|
||||||
|
event="keyup"
|
||||||
|
on:action={() => (showFloating = !showFloating)}
|
||||||
|
/>
|
||||||
|
|
||||||
{#each shortcuts as shortcut}
|
{#each shortcuts as shortcut}
|
||||||
{#if shortcut !== "hr"}
|
{#if shortcut !== "hr"}
|
||||||
<Shortcut
|
<Shortcut
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue