1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2025-01-25 23:53:45 +01:00
Adam Twardoch d0de3bf1b2
Use more appropriate symbols for some keys (#1836)
* Update _keys.scss

* Update _keys.scss

Change to the keys 

    "arrow-down": "\2193", // ↓
    "arrow-left": "\2190", // ←
    "arrow-right": "\2192", // →
    "arrow-up": "\2191", // ↑
    "tab": "\21E5", // ⇥

also makes a few other lowercase hex numerals uppercase for consistency

* Revert "Update _keys.scss"

This reverts commit 55ceceb3c479b0dd71e62273e223473bfb841d17.

* Revert "Update _keys.scss"

This reverts commit 9b6361c0d77621b2ed218250fb7dfc260ee27770.

* Update _keys.scss

Changed key visualization for 

```
    "arrow-down": "\2193", // ↓
    "arrow-left": "\2190", // ←
    "arrow-right": "\2192", // →
    "arrow-up": "\2191", // ↑
    "tab": "\21E5", // ⇥
```

and fixed a few lowercase hex to be uppercase for consistency.
2020-08-01 19:24:15 +02:00
..
2020-07-24 12:12:11 +02:00
2020-08-01 15:28:58 +02:00