Add missing scancodes to miscellaneous group. #47
This commit is contained in:
@@ -557,7 +557,7 @@ $(function() {
|
|||||||
groupName: 'Misc',
|
groupName: 'Misc',
|
||||||
groupValues: [
|
groupValues: [
|
||||||
{
|
{
|
||||||
scancode: '',
|
scancode: '70',
|
||||||
searchTerm: '',
|
searchTerm: '',
|
||||||
label: 'Print Screen'
|
label: 'Print Screen'
|
||||||
},
|
},
|
||||||
@@ -567,12 +567,12 @@ $(function() {
|
|||||||
label: 'Caps Lock'
|
label: 'Caps Lock'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
scancode: '',
|
scancode: '71',
|
||||||
searchTerm: '',
|
searchTerm: '',
|
||||||
label: 'Scroll Lock'
|
label: 'Scroll Lock'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
scancode: '',
|
scancode: '72',
|
||||||
searchTerm: '',
|
searchTerm: '',
|
||||||
label: 'Pause'
|
label: 'Pause'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user