1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-01-18 21:17:59 +00:00
rolens/website/includes/shortcut.liquid

5 lines
240 B
Plaintext
Raw Normal View History

2023-06-29 07:50:18 +00:00
{%- if shortcut.shift -%}<kbd>⇧</kbd>{%- endif -%}
2023-06-01 20:06:51 +00:00
{%- if shortcut.option -%}<kbd>⌥</kbd>{%- endif -%}
{%- if shortcut.ctrl -%}<kbd>⌘</kbd>{%- endif -%}
2023-06-29 07:50:18 +00:00
{%- if shortcut.symbol -%}<kbd>{{ shortcut.symbol | upcase }}</kbd>{%- endif -%}