cwhelp.cfg
来自「开放源码的编译器open watcom 1.6.0版的源代码」· CFG 代码 · 共 23 行
CFG
23 行
#
#This file sets a few trap file options. The trap file looks in the current
#directory for this file.
#
[setup]
#
#Set the break key code list. These are decimal hardware scan codes, maximum
#of 4. Default of 29,56 is for CTRL-ALT. Pressing these keys while a program
#is running under the debugger will break into the program.
#
BreakKeys=29,56
#
#Some programs, games in particular, re-program the timer chip to increase
#IRQ 0 frequency. Droping out of a debugging session in these programs tends to
#leave the clock going way to fast. Turn this option on to have the timer reset
#to it's default value when a debug session ends.
#
ResetTimer=yes
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?