From b6edb975265d2b5819e085aa9c74b9c52194927b Mon Sep 17 00:00:00 2001 From: Arpad Csanyi Date: Sun, 29 May 2016 21:29:29 +0200 Subject: [PATCH] Add extra scancodes to the keypad. This has to be tested if it is working or not. --- script.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/script.js b/script.js index a27d7e27..535b2805 100644 --- a/script.js +++ b/script.js @@ -550,6 +550,16 @@ $(function() { scancode: '99', searchTerm: 'Period', label: ',' + }, + { + scancode: '176', + searchTerm: 'Double zero', + label: '00' + }, + { + scancode: '177', + searchTerm: 'Triple zero', + label: '000' } ] },