add hotkey '?' for hotkeys listing

This commit is contained in:
ed
2022-10-30 16:05:14 +00:00
parent aae14de796
commit fc5bfe81a0
6 changed files with 185 additions and 1 deletions

View File

@@ -1805,6 +1805,28 @@ a.btn,
-ms-user-select: none;
user-select: none;
}
#hkhelp {
background: var(--bg);
}
#hkhelp table {
margin: 2em 2em 0 2em;
float: left;
}
#hkhelp th {
border-bottom: 1px solid var(--bg-u5);
background: var(--bg-u1);
font-weight: bold;
text-align: right;
}
#hkhelp tr+tr th {
border-top: 1.5em solid var(--bg);
}
#hkhelp td {
padding: .2em .3em;
}
#hkhelp td:first-child {
font-family: 'scp', monospace, monospace;
}