Skip to content

Latest commit

 

History

History
85 lines (72 loc) · 3.58 KB

platform-known-issues.adoc

File metadata and controls

85 lines (72 loc) · 3.58 KB

Platform-dependent known issues

Preface

This document contains a list of known issues which are unique to a given platform. The platform supported by the core maintainer (jtroo) are Windows 11 and Linux. Windows 10 is expected to work fine, but as Windows 10 end-of-support is approaching in 2025, jtroo no longer has any devices with it installed.

On Windows, there are two backing mechanisms that can be used for keyboard input/output and they have different issues. These will be differentiated by the words "LLHOOK" and "Interception", which map to the binaries kanata.exe and kanata_wintercept.exe respectively.

Windows 11 LLHOOK

  • The emoji picker does not work properly

Windows 10+11 LLHOOK

Windows 10+11 Interception

Linux

  • Key repeats can occur when they normally wouldn’t in some cases

  • Unicode support has limitations, using xkb is a more consistent solution

  • Key actions can behave incorrectly due to the rapidity of key events

  • Macro keys on certain gaming keyboards might stop being processed

    • Context: search for POTENTIAL PROBLEM - G-keys in the code.

    • Workaround: leave process-unmapped-keys disabled and explicitly map keys in defsrc instead

MacOS

  • Only left, right, and middle mouse buttons are implemented for clicking

  • Mouse input processing is not implemented