mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
update config
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
# autolock: Mouse will automatically lock, if you click on the screen. (Press CTRL-F10 to unlock)
|
||||
# autolock_feedback: Autolock status feedback type, i.e. visual, auditive, none.
|
||||
# Possible values: none, beep, flash.
|
||||
# middle_unlock: Whether you can press the middle mouse button to unlock the mouse when the mouse has been locked.
|
||||
# If set to "manual", it works only with "autolock=false"; if set to "auto", it works only with "autolock=true".
|
||||
# Possible values: none, manual, auto, both.
|
||||
# clip_mouse_button: Select the mouse button or use arrow keys for the shared clipboard copy/paste function.
|
||||
# The default mouse button is "right", which means using the right mouse button to select text, copy to and paste from the host clipboard.
|
||||
# Set to "middle" to use the middle mouse button, "arrows" to use arrow keys instead of a mouse button, or "none" to disable this feature.
|
||||
@@ -79,6 +82,7 @@ transparency = 0
|
||||
maximize = false
|
||||
autolock = false
|
||||
autolock_feedback = beep
|
||||
middle_unlock = manual
|
||||
clip_mouse_button = right
|
||||
clip_key_modifier = shift
|
||||
clip_paste_bios = default
|
||||
@@ -2069,12 +2073,12 @@ timeout = 0
|
||||
# customcodepage: Set a custom code page for CHCP command and specify a SBCS code page file, following the standard SBCS code page format.
|
||||
# dbcs: Enable DBCS table and Chinese, Japanese, Korean support for the TrueType font (TTF) output.
|
||||
# CAUTION: Some software will crash without the DBCS table, including the Open Watcom installer.
|
||||
# filenamechar: Enable filename char table
|
||||
# collating and uppercase: Enable collating and uppercase table
|
||||
# filenamechar: Enable DOS filename char table.
|
||||
# collating and uppercase: Enable DOS collating and uppercase table.
|
||||
# con device use int 16h to detect keyboard input: If set, use INT 16h to detect keyboard input (MS-DOS 6.22 behavior). If clear, detect keyboard input by
|
||||
# peeking into the BIOS keyboard buffer (Mainline DOSBox behavior). You will need to set this
|
||||
# option for programs that hook INT 16h to handle keyboard input ahead of the DOS console.
|
||||
# Microsoft Scandisk needs this option to respond to keyboard input correctly.
|
||||
# Microsoft SCANDISK needs this option to respond to keyboard input correctly.
|
||||
# zero memory on int 21h memory allocation: If set, memory returned by the INT 21h allocation call is zeroed first. This is NOT what
|
||||
# DOS actually does, but if set, can help certain DOS games and demos cope with problems
|
||||
# related to uninitialized variables in the data or stack segment. If you intend to run a
|
||||
|
Reference in New Issue
Block a user