From 439561c8c6f4608ea65a0ae653000ed1469e2490 Mon Sep 17 00:00:00 2001 From: cyber-sushi <99445392+cyber-sushi@users.noreply.github.com> Date: Sun, 19 May 2024 06:15:18 +0200 Subject: [PATCH] Updated mixed bindings section of the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 452b6f4..e6ed37c 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ If you want a non-modifier key to act as a modifier without remapping it for tha Keep in mind that if you want to use modifiers across multiple devices (e.g. `KEY_LEFTCTRL` on your keyboard and `BTN_RIGHT` on your mouse), both devices will have to be read by Makima and thus both will need a config file, even if empty. Having a config file is just a way to tell Makima "Hey, read this device!". #### Mixed bindings: -When declaring a binding, you can put a dash in front of the key on the left side to tell Makima that when you press that key, it should mix the output command with whatever other modifier is pressed. +When declaring a binding, you can put a dash in front of the key on the left side to tell Makima that when you press that key, it should mix the output events with whatever other modifier is pressed. This means that, for example, you can bind `BTN_SELECT-BTN_TL2 = ["KEY_LEFTALT"]` and `-BTN_TR2 = ["KEY_TAB"]` to simulate the Alt-Tab sequence: press the buttons in the first binding, and then tap `TR2` to advance in the Alt-Tab menu.