Tool: Floating WebView/HTML radial menu generator

Hey comrades!

I built a little tool for creating radial menu UIs that work with BetterTouchTool's Floating WebView/HTML Menu feature, and I thought I'd open-source it in case anyone else finds it useful.

What it does: Generates a customizable radial menu where each item triggers an existing BetterTouchTool action via its UUID.

GitHub: https://github.com/withLinda/radial-menu-html-generator-for-BetterTouchTool
Live demo: https://radial.withlinda.dev

I've been using this in my own daily workflow, so I can vouch that it works reliably. That said, I'd love to hear any feedback , feel free to drop comments here, open a GitHub issue, or start a discussion on the repo.

Hope this helps someone! :slightly_smiling_face:

1 Like

Nice!

Note you can also create such menus via Floating Menus, there is also a template for such:

However webviews offer more flexibility in regards to animation etc. so this is still useful!
Instead of using btt:// links I would recommend to use java script to trigger your actions e.g. via the "trigger_named_trigger" function - this has some advantages over the btt:// links - e.g. it doesn't activate/focus BTT.

1 Like