Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export default defineConfig({
'bm-tutorial',
'btt-tutorial',
'kanata-tutorial',
'linguax-tutorial',
],
},
'portable-mode',
Expand Down
Binary file added src/assets/img/linguax_action.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/linguax_gesture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions src/content/docs/linguax-tutorial.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
# SPDX-FileCopyrightText: Simon Schneegans <code@simonschneegans.de>
# 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)

<Intro>
[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.
</Intro>

## Configuration

<Steps>
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 <kbd>Ctrl</kbd>+<kbd>F13</kbd> when pressing the mouse button.
6. Save the mapping and adjust it to your own needs (if necessary).
</Steps>

<Image src={linguax_gesture} alt="Selecting the Click gesture for a mouse button in LinguaX" style="width: 50%;" class="shadow"/>
<Image src={linguax_action} alt="Choosing the action for a mouse button in LinguaX" style="width: 50%;" class="shadow"/>
1 change: 1 addition & 0 deletions src/content/docs/opening-menus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Input Remapper **([→ Tutorial](/input-remapper-tutorial))** | <Icon name="linu
Karabiner-Elements **([→ Tutorial](/ke-tutorial))** | <Icon name="apple" class="inline-icon" /> | ✅ | 🖱️ + ✍️
BetterMouse **([→ Tutorial](/bm-tutorial))** | <Icon name="apple" class="inline-icon" /> | ❌ | 🖱️
BetterTouchTool **([→ Tutorial](/btt-tutorial))** | <Icon name="apple" class="inline-icon" /> | ❌ | 🖱️ + ✍️ + 👆
LinguaX **([→ Tutorial](/linguax-tutorial))** | <Icon name="apple" class="inline-icon" /> | ❌ | 🖱️
Kanata **([→ Tutorial](/kanata-tutorial))** | <Icon name="seti:windows" class="inline-icon" /> + <Icon name="linux" class="inline-icon" /> +<Icon name="apple" class="inline-icon" /> | ✅ | ⌨️

### Features Legend
Expand Down