'Which is Key_F13
I am developing a program where we need to implement Key F13 but I can't find F13 in keyboard. Can someone please tell me which code belongs to Key F13 in normal keyboard.
I can use Key F11 and Key F12 but I am not sure what is the F13 key code. The following link mentions "Key_13": https://doc.qt.io/archives/qtjambi-4.5.2_01/com/trolltech/qt/core/Qt.Key.html
Solution 1:[1]
I'm pretty sure that somewhere out in the world, there exists a keyboard with the F13-F24 keys, but I haven't seen any so far. So if you don't have one of those weird keyboards, you can access these keys by pressing shift: Shift+F1 becomes F13, Shift+F2 becomes F14, etc...
Solution 2:[2]
There are a lot keyboard which have an additonal F-Key row F13-F24 (especially older ones - look for old IBM boards) and also some of the newer custom keyboard feature F13 keys like the recently introduced NovelKeys NK87. In general it is a standard keycode and if you have no physical key assigned to it, you can remap another physical key to F13 by software or firmware (just look up QMK firmware).
Solution 3:[3]
try from F1 to F12 (in VIM after typing i_ctrl-v):
F1 + shift -> F13
F12 + shift -> F24
F12 + ctrl -> F36
F12 + alt -> F60
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Zsigmond Szabó |
Solution 2 | zwobot |
Solution 3 |