diff options
author | Javier <dev.git@javispedro.com> | 2022-11-27 22:41:15 +0100 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2022-11-27 22:41:15 +0100 |
commit | f2a1a9f49d98de0f2d71e8c65bad9379634975d7 (patch) | |
tree | da462fa8e68a093b60994686347838b3f89f79b6 /nls/vbmouse.en | |
parent | 544a184a4373fc29ba9d030bd8efb59fb56a28e2 (diff) | |
download | vbados-f2a1a9f49d98de0f2d71e8c65bad9379634975d7.tar.gz vbados-f2a1a9f49d98de0f2d71e8c65bad9379634975d7.zip |
refactor to add per-mount options to vbsf
Diffstat (limited to 'nls/vbmouse.en')
-rw-r--r-- | nls/vbmouse.en | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/nls/vbmouse.en b/nls/vbmouse.en index feab00b..3febaba 100644 --- a/nls/vbmouse.en +++ b/nls/vbmouse.en @@ -4,18 +4,18 @@ # Spaces before text must be kept. Be sure that no spaces are # added to the end of the lines. # -0.0:\nUsage: -0.1: VBMOUSE <ACTION> <ARGS..>\n -0.2:Supported actions: -0.3: install install the driver (default) -0.4: low install in conventional memory (otherwise UMB) -0.5: uninstall uninstall the driver from memory -0.6: wheel <ON|OFF> enable/disable wheel API support -0.7: wheelkey <KEY|OFF> emulate a specific keystroke on wheel scroll -0.8: supported keys: updn, pageupdn -0.9: integ <ON|OFF> enable/disable virtualbox integration -0.10: hostcur <ON|OFF> enable/disable mouse cursor rendering in host -0.11: reset reset mouse driver settings +0.0:Usage: +0.1: VBMOUSE <ACTION> <ARGS..> +0.2:Supported actions and options: +0.3: install Install the driver (default). +0.4: low Install in conventional memory (otherwise UMB). +0.5: uninstall Uninstall the driver from memory. +0.6: wheel <ON|OFF> Enable/disable wheel API support. +0.7: wheelkey <KEY|OFF> Emulate a specific keystroke on wheel scroll. +0.8: Supported keys: updn, pageupdn. +0.9: integ <ON|OFF> Enable/disable VirtualBox integration. +0.10: hostcur <ON|OFF> Enable/disable mouse cursor rendering in the host. +0.11: reset Reset mouse driver. 1.0:Wheel mouse found and enabled\n 1.1:Setting wheel support to %s\n 1.2:enabled |