mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-01-18 13:07:58 +00:00
5 lines
240 B
Plaintext
5 lines
240 B
Plaintext
{%- if shortcut.shift -%}<kbd>⇧</kbd>{%- endif -%}
|
|
{%- if shortcut.option -%}<kbd>⌥</kbd>{%- endif -%}
|
|
{%- if shortcut.ctrl -%}<kbd>⌘</kbd>{%- endif -%}
|
|
{%- if shortcut.symbol -%}<kbd>{{ shortcut.symbol | upcase }}</kbd>{%- endif -%}
|