📄 kbde_misc.3
字号:
.\" Copyright 1998-2004 Valery Reznic (valery_reznic@users.sourceforge.net).\".\" Permission is granted to make and distribute verbatim copies of this.\" manual provided the copyright notice and this permission notice are.\" preserved on all copies..\".\" Permission is granted to copy and distribute modified versions of this.\" manual under the conditions for verbatim copying, provided that the.\" entire resulting derived work is distributed under the terms of a.\" permission notice identical to this one.\" .\" Since the Linux kernel and libraries are constantly changing, this.\" manual page may be incorrect or out-of-date. The author(s) assume no.\" responsibility for errors or omissions, or for damages resulting from.\" the use of the information contained herein. The author(s) may not.\" have taken the same level of care in the production of this manual,.\" which is licensed free of charge, as they might when working.\" professionally..\" .\" Formatted or processed versions of this manual, if unaccompanied by.\" the source, must acknowledge the copyright and authors of this work..\".TH "KBDE MISC" 3 "January 4, 2004" "" "KBDE Programmer's manual".SH NAMEkbde_key_to_name, kbde_name_to_key, kbde_case_name_to_key\- Programming interface to keyboard emulator. Misc kbde functions..SH SYNOPSIS.nf.B #include <kbde/kbde.h>.sp.B const char *kbde_key_to_name(int key_code);.sp.B int kbde_name_to_key(const char *name);.sp.B int kbde_case_name_to_key(const char *name);.sp.SH DESCRIPTIONThe \fBkbde_key_to_name()\fP function return NULL-terminated key'sname, if \fBkey_code\fP in the range \fB1..KBD_KEY_LAST_USED\fP.Otherwise return NULL..PPThe \fBkbde_name_to_key()\fP function return \fBkey_code\fP correspondingto the \fBname\fP. If \fBname\fP is unknown return 0..PPThe \fBkbde_case_name_to_name()\fP function is similar to\fBkbde_name_to_key\fP, except names comparation ignore case of characters..SH "SEE ALSO".BR kbde_key_press "(3),".br.BR kbde_key_release "(3),".br.BR kbde_key_press_release "(3),".br.BR kbde_ascii_key_press "(3),".br.BR kbde_ascii_key_release "(3),".br.BR kbde_ascii_key_press_release "(3), ".br.BR xt_kbde_scancode "(7)".SH AUTHOR.LPValery Reznic <valery_reznic@users.sourceforge.net>.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -