Last active
February 24, 2021 09:34
-
-
Save Alex4386/4225705ee46fc6c8a8588a4f4c3d45be to your computer and use it in GitHub Desktop.
QJoypad Configuration for Nintendo Switch: ~/.qjoypad3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Desktop Entry] | |
| # The type as listed above | |
| Type=Application | |
| # The version of the desktop entry specification to which this file complies | |
| Version=0.0.1 | |
| # The name of the application | |
| Name=Joycon Support | |
| # A comment which can/will be used as a tooltip | |
| Comment=Add Joycon Mouse Support | |
| # The executable of the application, possibly with arguments. | |
| Exec=qjoypad nx --notray | |
| # The name of the icon that will be used to display this entry | |
| Icon=gnome-terminal | |
| # Describes whether this application needs to be run in a terminal or not | |
| Terminal=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # QJoyPad 4.1 Layout File | |
| Joystick 3 { | |
| Axis 1: gradient, maxSpeed 10, mouse+h | |
| Axis 2: gradient, maxSpeed 10, mouse+v | |
| Button 1: key 9 | |
| Button 2: mouse 1 | |
| Button 6: mouse 1 | |
| Button 7: mouse 3 | |
| Button 8: mouse 1 | |
| Button 9: mouse 3 | |
| Button 15: key 111 | |
| Button 16: key 116 | |
| Button 17: key 113 | |
| Button 18: key 114 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment