Add extended function keys

Closes #218
This commit is contained in:
Farkas József
2016-12-15 19:35:55 +01:00
parent f5427dbcae
commit 9807c5b793
2 changed files with 61 additions and 1 deletions

View File

@@ -280,6 +280,54 @@
{
"id": "69",
"text": "F12"
},
{
"id": "104",
"text": "F13"
},
{
"id": "105",
"text": "F14"
},
{
"id": "106",
"text": "F15"
},
{
"id": "107",
"text": "F16"
},
{
"id": "108",
"text": "F17"
},
{
"id": "109",
"text": "F18"
},
{
"id": "110",
"text": "F19"
},
{
"id": "111",
"text": "F20"
},
{
"id": "112",
"text": "F21"
},
{
"id": "113",
"text": "F22"
},
{
"id": "114",
"text": "F23"
},
{
"id": "115",
"text": "F24"
}
]
},
@@ -539,4 +587,4 @@
}
]
}
]
]