added pause and scrlk keys

This commit is contained in:
Devaev Maxim
2018-07-27 12:48:49 +03:00
parent d2da0829b9
commit dcedf16142
5 changed files with 12 additions and 7 deletions

View File

@@ -73,9 +73,11 @@ MetaRight: 84
Minus: 42
PageDown: 72
PageUp: 69
Pause: 85
Period: 51
PrintScreen: 66
Quote: 48
ScrollLock: 86
Semicolon: 47
ShiftLeft: 78
ShiftRight: 82

View File

@@ -28,7 +28,6 @@ div#keyboard div.key, div.modifier, div.empty-key {
margin-right: 5px;
padding: 0;
width: 40px;
height: 40px;
}
div#keyboard div.key, div.modifier {
font-size: 0.9em;
@@ -42,6 +41,7 @@ div#keyboard div.key, div.modifier {
color: var(--fg-color-normal);
background-color: var(--bg-color-gray);
cursor: pointer;
height: 40px;
}
div#keyboard div.key:hover, div.modifier:hover {
color: var(--fg-color-intensive);

View File

@@ -298,8 +298,9 @@
</div>
<div class="keyboard-block">
<div class="keyboard-row">
<div class="empty-key" style="width:28px"></div>
<div id="PrintScreen" class="modifier wide-4 right small"><p><b>&bull;</b><br>PrtSc / SysRq</p></div>
<div id="PrintScreen" class="modifier small"><p><b>&bull;</b><br>Pt/Sq</p></div>
<div id="ScrollLock" class="key small"><p>ScrLk</p></div>
<div id="Pause" class="key small"><p>P/Brk</p></div>
</div>
<div class="keyboard-row">
<div id="Insert" class="key small"><p>Ins</p></div>
@@ -311,8 +312,7 @@
<div id="End" class="key small"><p>End</p></div>
<div id="PageDown" class="key small"><p>PgDn</p></div>
</div>
<div class="keyboard-row">
</div>
<div class="keyboard-row"></div>
<div class="keyboard-row">
<div class="empty-key"></div>
<div id="ArrowUp" class="key"><p>&uarr;</p></div>