config.in
来自「讲述linux的初始化过程」· IN 代码 · 共 21 行
IN
21 行
## Input core configuration#mainmenu_option next_commentcomment 'Input core support'tristate 'Input core support' CONFIG_INPUTif [ "$CONFIG_INPUT" != "n" ]; then dep_tristate ' Keyboard support' CONFIG_INPUT_KEYBDEV $CONFIG_INPUT dep_tristate ' Mouse support' CONFIG_INPUT_MOUSEDEV $CONFIG_INPUT if [ "$CONFIG_INPUT_MOUSEDEV" != "n" ]; then int ' Horizontal screen resolution' CONFIG_INPUT_MOUSEDEV_SCREEN_X 1024 int ' Vertical screen resolution' CONFIG_INPUT_MOUSEDEV_SCREEN_Y 768 fi dep_tristate ' Joystick support' CONFIG_INPUT_JOYDEV $CONFIG_INPUT dep_tristate ' Event interface support' CONFIG_INPUT_EVDEV $CONFIG_INPUTfiendmenu
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?