- added 'x' display library option "nokeyrepeat" to documentation

This commit is contained in:
Volker Ruppert 2011-11-27 12:13:22 +00:00
parent 100622e958
commit bc3b84e43c
4 changed files with 5 additions and 1 deletions

View File

@ -63,6 +63,7 @@
#display_library: wx
#display_library: x, options="hideIPS" # disable IPS output in status bar
#display_library: x, options="gui_debug" # use GTK debugger gui
#display_library: x, options="nokeyrepeat" # turn off host keyboard repeat
#=======================================================================
# ROMIMAGE:

View File

@ -164,6 +164,7 @@ Detailed change log :
independent from the "clock" setting)
- Implemented graphics mode snapshot for VBE, Cirrus and standard VGA modes.
CGA modes are not supported yet.
- added 'x' display library option 'nokeyrepeat' to turn off keyboard repeat
- Config interface
- win32paramdlg: dialog size now adjusted to support larger label text

View File

@ -3519,6 +3519,7 @@ behaviour. See the examples below for currently supported options.
display_library: win32, options="gui_debug" # use win32 debugger gui frontend
display_library: x, options="hideIPS" # disable IPS output in status bar
display_library: x, options="gui_debug" # use GTK debugger gui frontend
display_library: x, options="nokeyrepeat" # turn off host keyboard repeat
</screen>
</para>

View File

@ -1,5 +1,5 @@
.\"Document Author: Timothy R. Butler - tbutler@uninetsolutions.com"
.TH bochsrc 5 "31 Oct 2011" "bochsrc" "The Bochs Project"
.TH bochsrc 5 "27 Nov 2011" "bochsrc" "The Bochs Project"
.\"SKIP_SECTION"
.SH NAME
bochsrc \- Configuration file for Bochs.
@ -95,6 +95,7 @@ Examples:
display_library: sdl, options="fullscreen" # startup in fullscreen mode
display_library: x, options="hideIPS" # disable IPS output in status bar
display_library: x, options="gui_debug" # use GTK debugger gui
display_library: x, options="nokeyrepeat" # turn off host keyboard repeat
.TP