FrodeSolheim / fs-uae

Cross-platform Amiga emulator with a slight focus on gaming, but also with solid support for productivity apps including just-in-time (JIT) compilation.
https://fs-uae.net/
GNU General Public License v2.0
469 stars 94 forks source link

Remap mouse buttons to keyboard (not working) #343

Closed locksoft closed 7 months ago

locksoft commented 7 months ago

On MacOS the Magic Mouse can't press both buttons at the same time. This is used by games like Cannon Fodder to launch a bomb. In the past years I was able to remap the buttons this way:

keyboard_key_period = action_mouse_0_left_click keyboard_key_slash = action_mouse_0_right_click

Unfortunately now it seems not working anymore. Nothing happens.

Any idea?

locksoft commented 7 months ago

Edit: It seems this is the correct solution:

keyboard_key_period = action_joy_0_fire_button keyboard_key_slash = action_joy_0_2nd_button