mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 10:48:18 +08:00
update config ref
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
# 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.
|
||||
# For "arrows", press Home key (or Fn+Shift+Left on Mac laptops) to start selection, and End key (or Fn+Shift+Right on Mac laptops) to end selection.
|
||||
# Possible values: none, middle, right, arrows.
|
||||
# clip_key_modifier: Change the keyboard modifier for the shared clipboard copy/paste function using a mouse button or arrow keys.
|
||||
# The default modifier is "shift" (both left and right shift keys). Set to "none" if no modifier is desired.
|
||||
|
@@ -21,6 +21,7 @@
|
||||
# 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.
|
||||
# For "arrows", press Home key (or Fn+Shift+Left on Mac laptops) to start selection, and End key (or Fn+Shift+Right on Mac laptops) to end selection.
|
||||
# Possible values: none, middle, right, arrows.
|
||||
# clip_key_modifier: Change the keyboard modifier for the shared clipboard copy/paste function using a mouse button or arrow keys.
|
||||
# The default modifier is "shift" (both left and right shift keys). Set to "none" if no modifier is desired.
|
||||
|
@@ -23,6 +23,7 @@
|
||||
# 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.
|
||||
# For "arrows", press Home key (or Fn+Shift+Left on Mac laptops) to start selection, and End key (or Fn+Shift+Right on Mac laptops) to end selection.
|
||||
# Possible values: none, middle, right, arrows.
|
||||
# clip_key_modifier: Change the keyboard modifier for the shared clipboard copy/paste function using a mouse button or arrow keys.
|
||||
# The default modifier is "shift" (both left and right shift keys). Set to "none" if no modifier is desired.
|
||||
|
@@ -8309,7 +8309,8 @@ void SDL_SetupConfigSection() {
|
||||
Pstring->Set_values(clipboardbutton);
|
||||
Pstring->Set_help("Select the mouse button or use arrow keys for the shared clipboard copy/paste function.\n"
|
||||
"The default mouse button is \"right\", which means using the right mouse button to select text, copy to and paste from the host clipboard.\n"
|
||||
"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.");
|
||||
"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.\n"
|
||||
"For \"arrows\", press Home key (or Fn+Shift+Left on Mac laptops) to start selection, and End key (or Fn+Shift+Right on Mac laptops) to end selection.");
|
||||
Pstring->SetBasic(true);
|
||||
|
||||
const char* clipboardmodifier[] = { "none", "ctrl", "lctrl", "rctrl", "alt", "lalt", "ralt", "shift", "lshift", "rshift", "ctrlalt", "ctrlshift", "altshift", "lctrlalt", "lctrlshift", "laltshift", "rctrlalt", "rctrlshift", "raltshift", 0};
|
||||
|
Reference in New Issue
Block a user