There was an error while loading. Please reload this page.
1 parent de0e525 commit e3b26acCopy full SHA for e3b26ac
1 file changed
src/modules/sym.txt
@@ -1307,9 +1307,6 @@ errorbar
1307
.circle.stroked ⧲
1308
.circle.filled ⧳
1309
1310
-// Keyboard labels.
1311
-spacebar ␣
1312
-
1313
gender {
1314
female ♀\vs{text}
1315
.double ⚢
@@ -1364,3 +1361,30 @@ control {
1364
1361
del ␡ // DELete
1365
1362
nl  // New Line
1366
1363
}
+
+// Characters commonly used as keyboards labels
+@deprecated: `spacebar` is deprecated, use `keyboard.space` instead
1367
+spacebar ␣
1368
1369
+keyboard {
1370
+ tab ↹
1371
+ .r ⇥
1372
+ pageup ⇞
1373
+ .alt ⎗
1374
+ pagedown ⇟
1375
+ .alt ⎘
1376
+ shift ⇧
1377
+ capslock ⇪
1378
+ .pedestal ⇫
1379
+ space ␣
1380
+ erase
1381
+ .l ⌫
1382
+ .r ⌦
1383
+ cmd ⌘
1384
+ option ⌥
1385
+ clear ⌧
1386
+ alt ⎇
1387
+ esc ⎋
1388
+ enter ⏎
1389
+ .alt ↵
1390
+}
0 commit comments