Enjoyable Controller Mapper

Version 0.7.0 - March 8, 2017. New Skin: There's a sorta-new skin in the available list: The white PS3 controller.Edits are courtesy of Million Lights; OBS Studio & Issues: A recent update to OBS Studio has updated the browser source, and in doing so has partially broken the Gamepad Viewer. Enjoy2 is a simple program for OSX that allows you to transform joystick inputs into keyboard or mouse events. If you've ever played a video game which only supports mouse and keyboard input, but you want to use a joystick or gamepad, then Enjoy2 is the program for you. Enjoy2 lets you map your joystick inputs to. Home Christmas Deathruns Parkour Edit Courses Escape Zone Wars Horror Hide & Seek 1v1 Box Fights Mini Games Prop Hunt Puzzles Gun Games Music Dropper Fun Murder Mystery FFA Adventure Roleplay Warm Up Races Newest Mazes Fashion Show SnD Fan Favorites Remakes Other Featured Hub Challenge The Blocks Halloween.

Update 2: I've written a short tutorial for using Enjoy2 to map a PS3/Xbox-style gamepad for Minecraft.

Update: I have released a minor update, Enjoy2 v1.2, which stores the configuration files as portable JSON files. This makes it much easier to transfer configurations between computers and between user accounts. Use your gamepad to control video games on multiple computers!

Enjoy2 is a small OSX program to map joystick/gamepad/controller inputs to keyboard and mouse events. I wanted to play some video games (Minecraft, Torchlight) on my computer with a gamepad (I find it less fatiguing than a mouse), but neither of those games supports gamepads or controllers natively. Enjoy2 makes it possible to play these and other mouse/keyboard-only games with a gamepad. The only FOSS solution to this problem I could find online was the original enjoy, which supports mapping:

Controller
  • Buttons to keyboard events
  • Buttons to switch configurations

Enjoyable Controller Mapper App

And which can also map the ends of the analog axes (i.e. triggered based on a threshold value) to those actions. Unfortunately enjoy has no mouse support, so I started a new project based on it which aims to add:

  • Analog axes mapping to mouse movement
  • Buttons mapping to mouse clicks

Because I am running OS X 10.7, I could only compile Enjoy2 for Snow Leopard (OS X 10.6) systems or newer. Check out the GitHub repository or get the latest version of Enjoy2 now.

Comments

Please enable JavaScript to view the comments powered by Disqus.comments powered by Disqus

Tags:

Windows Setup

Use this application on your Windows PC or laptop to allow Button Mapper to remap the Bixby Button or Active Edge, add more actions, simulate keycodes or enable screen off actions without root.

Some LG phones may require the LG Universal Mobile driver

Requires USB debugging enabled on your Android phone, tablet or Android TV device

Simply download, unzip, and run ButtonMapperSetup.exe

Manual Setup

If you use Mac or Linux, or want to do this manually, here are the commands. Add an '-h' at the end of any of the scripts for more options.

Enjoyable Controller Mapper Jobs

You will need adb to run these commands, it can be downloaded here: SDK Platform Tools
Download and unzip the platform tools. Open a terminal or command prompt and go to the directory where you downloaded the platform tools, then run one or more of the commands below.

Enjoyable Controller Mapper Games

Remap Bixby, Active Edge, Assistant button or Motion Sense (one-time setup)
./adb shell sh /data/data/flar2.homebutton/logcat.sh
Simulate keycodes (must run this command each time you reboot your phone)
./adb shell sh /data/data/flar2.homebutton/keycode.sh
Screen off actions (works on most, but not all phones. You must run this command each time you reboot your phone)
./adb shell sh /data/data/flar2.homebutton/keyevent.sh
Long press actions with screen off (one-time command)
./adb shell pm grant flar2.homebutton android.permission.SET_VOLUME_KEY_LONG_PRESS_LISTENER
Unlock more actions
./adb shell pm grant flar2.homebutton android.permission.WRITE_SECURE_SETTINGS
NOTE: Xiaomi users may need to enable an additional setting in Developer Options. It's called 'USB debugging (Security settings)' with the subheading 'Allow granting permissions and simulating input via USB debugging'

Gamepad Mapper Pc