From 1448bbc77e9ff3adc10fba5c269e8d23cc8ef50d Mon Sep 17 00:00:00 2001 From: D G Turner Date: Sun, 27 Apr 2014 03:59:33 +0100 Subject: README: Add trigger hotkeys for virtual keyboard and keymapper. --- README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README') diff --git a/README b/README index a6070e4a34..c22f092efa 100644 --- a/README +++ b/README @@ -1268,6 +1268,8 @@ other games. instead, or a multiple thereof Alt-Enter - Toggles full screen/windowed Alt-s - Make a screenshot (SDL backend only) + F7 - Open virtual keyboard (if enabled) + F8 - Open key remapper dialog (if enabled) SCUMM: Ctrl 0-9 and Alt 0-9 - Load and save game state -- cgit v1.2.3 From 8cf41943f66113c9efbadc4baf17b9a72dce7323 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Sun, 27 Apr 2014 04:14:41 +0100 Subject: VKEYBD: Switch hotkey from F7 to CTRL-F7 to reduce game conflicts. Although this is harder for physically disabled users to trigger, they can now use the long middle mouse button press instead to trigger. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index c22f092efa..5670dd3b8e 100644 --- a/README +++ b/README @@ -1268,7 +1268,7 @@ other games. instead, or a multiple thereof Alt-Enter - Toggles full screen/windowed Alt-s - Make a screenshot (SDL backend only) - F7 - Open virtual keyboard (if enabled) + Ctrl-F7 - Open virtual keyboard (if enabled) F8 - Open key remapper dialog (if enabled) SCUMM: -- cgit v1.2.3 From b7192731b9e65292fd2998162db63a4e3d76b8dd Mon Sep 17 00:00:00 2001 From: D G Turner Date: Sun, 27 Apr 2014 04:17:36 +0100 Subject: KEYMAPPER: Change hotkey from F8 to CTRL-F8 to reduce game conflicts. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 5670dd3b8e..743b577896 100644 --- a/README +++ b/README @@ -1269,7 +1269,7 @@ other games. Alt-Enter - Toggles full screen/windowed Alt-s - Make a screenshot (SDL backend only) Ctrl-F7 - Open virtual keyboard (if enabled) - F8 - Open key remapper dialog (if enabled) + Ctrl-F8 - Open key remapper dialog (if enabled) SCUMM: Ctrl 0-9 and Alt 0-9 - Load and save game state -- cgit v1.2.3 From e07819fb12dd88f247d9fede9b9a1718db0baa87 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Wed, 25 Jun 2014 19:45:44 +0100 Subject: README: Remove Keymapper trigger key note, add Vkeybd mouse button note. As the keymapper is still WIP/unstable, this should be omitted from user documentation. Added note on mouse button trigger for virtual keyboard as this was not noted in any user documentation. --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 743b577896..3d52483a95 100644 --- a/README +++ b/README @@ -1269,7 +1269,8 @@ other games. Alt-Enter - Toggles full screen/windowed Alt-s - Make a screenshot (SDL backend only) Ctrl-F7 - Open virtual keyboard (if enabled) - Ctrl-F8 - Open key remapper dialog (if enabled) + This can also be triggered by a long press + of the middle mouse button or wheel. SCUMM: Ctrl 0-9 and Alt 0-9 - Load and save game state -- cgit v1.2.3