mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-23 15:28:02 +00:00
Update shortcuts (fixes #51)
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
{%- if shortcut.shift -%}<kbd>⇧</kbd>{%- endif -%}
|
||||
{%- if shortcut.option -%}<kbd>⌥</kbd>{%- endif -%}
|
||||
{%- if shortcut.ctrl -%}<kbd>⌘</kbd>{%- endif -%}
|
||||
{%- if shortcut.symbol -%}<kbd>{{ shortcut.symbol }}</kbd>{%- endif -%}
|
||||
{%- if shortcut.symbol -%}<kbd>{{ shortcut.symbol | upcase }}</kbd>{%- endif -%}
|
||||
|
Reference in New Issue
Block a user