diff --git a/astro.config.mjs b/astro.config.mjs index f01cca2..4571c8b 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -87,6 +87,7 @@ export default defineConfig({ 'bm-tutorial', 'btt-tutorial', 'kanata-tutorial', + 'linguax-tutorial', ], }, 'portable-mode', diff --git a/src/assets/img/linguax_action.png b/src/assets/img/linguax_action.png new file mode 100644 index 0000000..f28af87 Binary files /dev/null and b/src/assets/img/linguax_action.png differ diff --git a/src/assets/img/linguax_gesture.png b/src/assets/img/linguax_gesture.png new file mode 100644 index 0000000..8f97162 Binary files /dev/null and b/src/assets/img/linguax_gesture.png differ diff --git a/src/content/docs/linguax-tutorial.mdx b/src/content/docs/linguax-tutorial.mdx new file mode 100644 index 0000000..51a4cc0 --- /dev/null +++ b/src/content/docs/linguax-tutorial.mdx @@ -0,0 +1,35 @@ +--- +# SPDX-FileCopyrightText: Simon Schneegans +# SPDX-License-Identifier: CC-BY-4.0 + +title: LinguaX (macOS) +description: A guide on how to use LinguaX to open Kando menus with mouse buttons. +--- + +import { Steps } from '@astrojs/starlight/components'; +import Intro from '../../components/Intro.astro'; +import {Image} from 'astro:assets'; + +import linguax_gesture from '../../assets/img/linguax_gesture.png'; +import linguax_action from '../../assets/img/linguax_action.png'; + +![banner](../../assets/banners/banner12.png) + + + [LinguaX](https://linguax.app/) is a macOS menu-bar app which combines automatic input-source switching with mouse-button remapping. + You can use it to open a Kando menu via a mouse button. + + +## Configuration + + + 1. Open LinguaX from the menu bar and switch to the 'Mouse' tab. + 2. Select your mouse and click the button you want to use (for example a side button). + 3. Choose the 'Click' gesture for this button. + 4. Set the 'Action' to 'Keyboard Shortcut' and record the hotkey which opens your Kando menu. + 5. For example, you can send Ctrl+F13 when pressing the mouse button. + 6. Save the mapping and adjust it to your own needs (if necessary). + + +Selecting the Click gesture for a mouse button in LinguaX +Choosing the action for a mouse button in LinguaX diff --git a/src/content/docs/opening-menus.mdx b/src/content/docs/opening-menus.mdx index 6d7759e..b62b327 100644 --- a/src/content/docs/opening-menus.mdx +++ b/src/content/docs/opening-menus.mdx @@ -32,6 +32,7 @@ Input Remapper **([→ Tutorial](/input-remapper-tutorial))** | | ✅ | 🖱️ + ✍️ BetterMouse **([→ Tutorial](/bm-tutorial))** | | ❌ | 🖱️ BetterTouchTool **([→ Tutorial](/btt-tutorial))** | | ❌ | 🖱️ + ✍️ + 👆 +LinguaX **([→ Tutorial](/linguax-tutorial))** | | ❌ | 🖱️ Kanata **([→ Tutorial](/kanata-tutorial))** | + + | ✅ | ⌨️ ### Features Legend