diff --git a/Data-1.13/Ja2_Options.INI b/Data-1.13/Ja2_Options.INI index e602bf029..c564b3abe 100644 --- a/Data-1.13/Ja2_Options.INI +++ b/Data-1.13/Ja2_Options.INI @@ -843,6 +843,14 @@ STAMINA_HIT = 6900 ENABLE_EXT_MOUSE_KEYS = TRUE +;------------------------------------------------------------------------------------------------------------------------------ +; Allow alternate mouse commands +; This option inverts mousewheel for changing stance with ALT+mousewheel and adds some new mouse actions for wheel and buttons +; For more infos see Document "Docs\Manuals\JA2_113_Alternate_Mouse_Commands.xlsx". +;------------------------------------------------------------------------------------------------------------------------------ + +ALTERNATE_MOUSE_COMMANDS = FALSE + ;------------------------------------------------------------------------------------------------------------------------------ ; Default: FALSE ; Alternative aiming-levels for targets. diff --git a/Data/Ja2_Options.INI b/Data/Ja2_Options.INI index 4da95d10d..4627120c9 100644 --- a/Data/Ja2_Options.INI +++ b/Data/Ja2_Options.INI @@ -842,6 +842,14 @@ STAMINA_HIT = 10000 ENABLE_EXT_MOUSE_KEYS = FALSE +;------------------------------------------------------------------------------------------------------------------------------ +; Allow alternate mouse commands +; This option inverts mousewheel for changing stance with ALT+mousewheel and adds some new mouse actions for wheel and buttons +; For more infos see Document "Docs\Manuals\JA2_113_Alternate_Mouse_Commands.xlsx". +;------------------------------------------------------------------------------------------------------------------------------ + +ALTERNATE_MOUSE_COMMANDS = FALSE + ;------------------------------------------------------------------------------------------------------------------------------ ; Default: FALSE ; Alternative aiming-levels for targets. diff --git a/Docs/Manuals/JA2_113_Alternate_Mouse_Commands.xlsx b/Docs/Manuals/JA2_113_Alternate_Mouse_Commands.xlsx new file mode 100644 index 000000000..c06db796a Binary files /dev/null and b/Docs/Manuals/JA2_113_Alternate_Mouse_Commands.xlsx differ diff --git a/INIEditorJA2Options.xml b/INIEditorJA2Options.xml index 0c2424d81..ea0aebbba 100644 Binary files a/INIEditorJA2Options.xml and b/INIEditorJA2Options.xml differ