0xStabby / TabletTools

Customizable Toolbar for hotkeys. Useful for using linux applications through a tablet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License Releases Downloads Release Date


Logo

TabletTools

Customizable Toolbar for hotkeys. Useful for using linux applications through a tablet.
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

Tablet Tools Screen Shot

Customizable Toolbar for hotkeys. Useful for using linux applications through a tablet.

Currently 4 buttons(Toggle Alt, Toggle Shift, Right Click, Undo).

(back to top)

Built With

  • c
  • gtk

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • Install dependencies through your package manager
    sudo apt install xdotool gtk4 gcc

Installation

From Binary

  1. Download tablet-tools from Releases

  2. Allow execution

    chmod +x ./tablet-tools
  3. Run

    ./tablet-tools

From Source

  1. Clone the repo
    git clone https://github.com/0xStabby/TabletTools.git
    cd TabletTools
  2. Build Tablet Tools
    gcc $(pkg-config --cflags gtk4) -o tablet-tools tablet-tools.c $(pkg-config --libs gtk4)
    
  3. Run
    ./tablet-tools

(back to top)

Usage

Tablet Tools with Blender Screen Shot

TabletTools being used to help navigation in blender running on linux through tablet

(back to top)

Roadmap

  • Toggle Alt
  • Toggle Shift
  • Right Click
  • Undo
  • Redo
  • Zoom/Scroll
  • Copy
  • Paste
  • Possibly more customizability yet

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Twitter: @0xStabby

Project Link: https://github.com/0xStabby/TabletTools

(back to top)

About

Customizable Toolbar for hotkeys. Useful for using linux applications through a tablet.

License:MIT License


Languages

Language:C 100.0%