Add extra scancodes to the keypad.

This has to be tested if it is working or not.
This commit is contained in:
Arpad Csanyi
2016-05-29 21:29:29 +02:00
parent 07fdec9c99
commit b6edb97526

View File

@@ -550,6 +550,16 @@ $(function() {
scancode: '99',
searchTerm: 'Period',
label: ','
},
{
scancode: '176',
searchTerm: 'Double zero',
label: '00'
},
{
scancode: '177',
searchTerm: 'Triple zero',
label: '000'
}
]
},