📄 sample.rc
字号:
## Sample rc file for gnuboy## You may want to rename this to gnuboy.rc to use it.# Lines that begin with # are comments.## Some keybindingsbind q quitbind r resetbind d +abind s +b# Normal speed/fast forward# Note that these only work with sound disabledbind - "set framelen 16743"bind + "set framelen 0"# Set video mode to 400x300x16bppset vmode 400 300 16# Enable full 2x screen scaling# This will not work if your video mode is smaller than 320x288!set scale 2set density 2# Enable stereo sound. Doesn't work on all systems#set stereo true# Path settings for DOS port - uncomment to use them!#set rcpath c:/gnuboy#set savedir c:/gnuboy/saves## You get the idea by now...# See the README for more information on rc commands and vars.#
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -