⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 keyboard.h

📁 在MAC OS下的一个可以直接调试modem的工具minicom,类似于是在windows下的超级终端.
💻 H
字号:
/* * keyboard.h	Constants to talk to the keyboard driver. * * 		$Id: keyboard.h,v 1.2 2007-10-10 20:18:20 al-guest Exp $ * *		This file is part of the minicom communications package, *		Copyright 1991-1995 Miquel van Smoorenburg. * *		This program is free software; you can redistribute it and/or *		modify it under the terms of the GNU General Public License *		as published by the Free Software Foundation; either version *		2 of the License, or (at your option) any later version. *  You should have received a copy of the GNU General Public License along *  with this program; if not, write to the Free Software Foundation, Inc., *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */#define KSTOP		1#define KKPST		2#define KVT100		3#define KANSI		4#define KMINIX		5#define KSTART		6#define KKPAPP		7#define KCURST  	8#define KCURAPP		9#define KSIGIO		10#define KSETESC		11#define KSETBS		12#define KGETKEY		13#if defined (_COHERENT) && !defined(SIGUSR1)#  define SIGUSR1 SIGDIVE#  define SIGUSR2 SIGOVFL#endif#define HELLO		SIGUSR1#define ACK		SIGUSR2#define KINSTALL 	100#define KUNINSTALL	101

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -