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":

3

3 Answers

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...

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).

try from F1 to F12 (in VIM after typing i_ctrl-v):

F1 + shift -> F13
F12 + shift -> F24
F12 + ctrl -> F36
F12 + alt -> F60
0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like