?? makefile
字號:
#nanox/keyboard/Makefile# Note: We only install for one keyboard to cut down# on space usage. It is unfortunately that we have to# use .bmp files, but thats the way the cookie crumblesKEYMAP_PREFIX=comTARGET=nxkeyboardOBJS=cli.o filetools.o keymap.o nxkeyboard.o srvconn.oINSTALL_EXTRAS=inst-keymapsLIBS+=-lwm -lnano-Xifeq ($(CONFIG_COLOSSEUM),y)LIBS+=-lipcendifinclude $(BASE_DIR)/Rules.makeinst-keymaps: mkdir -p $(INSTALL_DIR)/share/keymaps cp -af keymaps/$(KEYMAP_PREFIX)* $(INSTALL_DIR)/share/keymaps
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -