mirror of
https://github.com/garraflavatra/rolens.git
synced 2024-11-25 12:20:33 +01: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 -%}
|