2
0
Fork
You've already forked TabPad
0
Onscreen gamepad for touchscreen Linux devices.
  • Python 100%
Find a file
2025年09月12日 02:54:50 +02:00
.gitignore Make it run, remove theming, update license 2025年09月12日 02:18:44 +02:00
LICENSE Make it run, remove theming, update license 2025年09月12日 02:18:44 +02:00
README.md Update readme 2025年09月12日 02:54:50 +02:00
TabPad.jpg add settings gui 2017年07月04日 12:40:31 +05:30
TabPad.py Make it run, remove theming, update license 2025年09月12日 02:18:44 +02:00
TabPad1.png add settings gui 2017年07月04日 12:40:31 +05:30
TabPadSettings.py Make it run, remove theming, update license 2025年09月12日 02:18:44 +02:00
TabPadUi.py Make it run, remove theming, update license 2025年09月12日 02:18:44 +02:00

TabPad

TabPad is an onscreen gamepad for Linux touchscreen devices (mainly tablets).

Screenshots

Installation

sudo apt install python3-pyqt5 xdotool xinput python3-pip
sudo pip3 install PyUserInput 

Running

Run the command below to launch TabPad.

python3 TabPad.py 

Configuring

Edit TabPadConfig.py file.

FAQ

Why TabPad is Not Transparent?

TabPad transparency depends on your compositing manager. If the compositing manager do not support transparency, you may see an opaque or a translucent background. TapPad works absolutely fine with Compiz, Mutter and Kwin.

Why TapPad layout is weird with overlapping buttons?

If you have changed orientation, restart the app. Otherwise read below.

TabPad comes with a default layout. However different tablets with different screen sizes and resolution exist and it is difficult to define one standard layout. Further, the layout also depends on overlay geometry you define in TabPadConfig.py file.

The best possible way to solve it is to change button position and size in TabPadConfig.py file as per your requirements.

Current Limitations

  • (削除) Diagonal movement keys are yet to be implemented. (削除ここまで)
  • Works only in games running in windowed mode (no fullscreen support yet).
  • TabPad may not work properly in portrait mode. Support for portrait mode will be improved once all features are implemented for landscape mode.

Original

https://github.com/nitg16/TabPad (private)
https://github.com/neurodiverseEsoteric/TabPad (migrated from)