From 62e8638ef5e07f631621648c430e353da8da7ae4 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 1 Jan 2023 18:13:09 +0100 Subject: fix wheelkey video link in README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c335bf..c7d9529 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ the following additional features: * **Sending scroll keys on wheel movements**, i.e. faking wheel scroll support on programs that don't support the CuteMouse API by using arrow up/down keys. - [▶️ Mouse wheel scrolling inside MS-DOS Edit under VirtualBox](https://depot.javispedro.com/vbox/vbados/vbm_vmware_edit.webm). + [▶️ Mouse wheel scrolling inside MS-DOS Edit under VirtualBox](https://depot.javispedro.com/vbox/vbados/vbm_wheelkey_edit.webm). This is not enabled by default, see `wheelkey` below. * The current version uses about 10KiB of memory (when logging is disabled), @@ -618,8 +618,10 @@ this shouldn't be a problem either. * Investigate how to interact with "long file name" API providers like 9x or DOSLFN, so that compatible programs can list and use long file names. - + +* Provide an out-of-the-box method to use the wheel under protected mode Windows, + to replace the current VKD patch method. + * Would it be possible to use a hardware rendered mouse pointer in Windows 3.x, without having to replace the video driver? This would also help other emulators. - -- cgit v1.2.3