Allow user to define custom shortcuts #347 (#399)

- Over-all working structure changed
- tc.settings.keyBindings array added
- Options page changed
Clean up of #350
This commit is contained in:
Can Arslan
2018-12-12 07:31:44 +03:00
committed by Ilya Grigorik
parent ecca27f0c0
commit e24b95dd84
5 changed files with 357 additions and 170 deletions

View File

@@ -84,10 +84,6 @@ label {
vertical-align: top;
}
label[for=rememberSpeed] {
width: 200px;
}
#status {
color: #9D9D9D;
display: inline-block;
@@ -97,3 +93,11 @@ label[for=rememberSpeed] {
#faq {
margin-top: 2em;
}
select {
width: 170px;
}
.customForce {
display: none;
}