- added 'x' display library option "nokeyrepeat" to documentation
This commit is contained in:
parent
100622e958
commit
bc3b84e43c
@ -63,6 +63,7 @@
|
|||||||
#display_library: wx
|
#display_library: wx
|
||||||
#display_library: x, options="hideIPS" # disable IPS output in status bar
|
#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="gui_debug" # use GTK debugger gui
|
||||||
|
#display_library: x, options="nokeyrepeat" # turn off host keyboard repeat
|
||||||
|
|
||||||
#=======================================================================
|
#=======================================================================
|
||||||
# ROMIMAGE:
|
# ROMIMAGE:
|
||||||
|
@ -164,6 +164,7 @@ Detailed change log :
|
|||||||
independent from the "clock" setting)
|
independent from the "clock" setting)
|
||||||
- Implemented graphics mode snapshot for VBE, Cirrus and standard VGA modes.
|
- Implemented graphics mode snapshot for VBE, Cirrus and standard VGA modes.
|
||||||
CGA modes are not supported yet.
|
CGA modes are not supported yet.
|
||||||
|
- added 'x' display library option 'nokeyrepeat' to turn off keyboard repeat
|
||||||
|
|
||||||
- Config interface
|
- Config interface
|
||||||
- win32paramdlg: dialog size now adjusted to support larger label text
|
- win32paramdlg: dialog size now adjusted to support larger label text
|
||||||
|
@ -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: win32, options="gui_debug" # use win32 debugger gui frontend
|
||||||
display_library: x, options="hideIPS" # disable IPS output in status bar
|
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="gui_debug" # use GTK debugger gui frontend
|
||||||
|
display_library: x, options="nokeyrepeat" # turn off host keyboard repeat
|
||||||
</screen>
|
</screen>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\"Document Author: Timothy R. Butler - tbutler@uninetsolutions.com"
|
.\"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"
|
.\"SKIP_SECTION"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
bochsrc \- Configuration file for Bochs.
|
bochsrc \- Configuration file for Bochs.
|
||||||
@ -95,6 +95,7 @@ Examples:
|
|||||||
display_library: sdl, options="fullscreen" # startup in fullscreen mode
|
display_library: sdl, options="fullscreen" # startup in fullscreen mode
|
||||||
display_library: x, options="hideIPS" # disable IPS output in status bar
|
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="gui_debug" # use GTK debugger gui
|
||||||
|
display_library: x, options="nokeyrepeat" # turn off host keyboard repeat
|
||||||
|
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user