Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
http://www.makeuseof.com/tag/xgaming-x-arcade-solo-joystick-review-giveaway/
You might prefer to use other buttons instead of side buttons, as you need to use the joystick to nudge.
NOTE:
- *Atom (from GitHub) is a great free text editor if you would like XML syntax highlighting to easily verify or customize the markup at the bottom of this post
- The <not> in the XML keeps the left click working within Karabiner so that you can uncheck the box when you are finished!
- I read this thread[superuser.com] and tried BetterTouchTool first. However, its mouse overrides seemed to need a pairing (like ctrl, alt, etc) in order to work.
- During this research, I also discovered that the Mac version of "The Pinball Arcade" is an iOS port. This is why it currently does not have the ability to reconfigure keys with Options as you may have seen in the Windows version. Fortunately, the TankStick's keys are programmable[www.xgaming.com] via the hardware for everything except the two mouse clicks we are discussing here. :]
- The X-Arcade site provides a solution[www.xgaming.com] for Windows.
-----------------------------paste markup below into private.xml and save-----------------------------<item>
<not>Karabiner</not>
<name>My LeftClick Hack</name>
<appendix>LeftClick to Z</appendix>
<identifier>private.pointing_leftclick2Z</identifier>
<device_only></device_only>
<autogen>__KeyToKey__ PointingButton::LEFT, KeyCode::Z</autogen>
</item>
<item>
<not>Karabiner</not>
<name>My RightClick Hack</name>
<appendix>RightClick to Slash</appendix>
<identifier>private.pointing_rightclick2slash</identifier>
<device_only></device_only>
<autogen>__KeyToKey__ PointingButton::RIGHT, KeyCode::SLASH</autogen>
</item>