Skip to content

Windows 11 German Keyboard Layout AltGr #629

Description

@720720

Environment

Flow Control 0.7.2
Windows 11
Keyboard Layout German

Issue

Windows 11 German keyboard layout AltGr key combinations are not working.

AltGr + 7 {
AltGr + 8 [
AltGr + 9 ]
AltGr + 0 }
AltGr + ß \

Test

  1. Start Windows 11
  2. Set keyboard layout to German
  3. flow --show-input test.txt
  4. AltGr + 7
["I",1,57442,57442,"",4] -> press:left_control
["I",1,57443,57443,"",6] -> press:left_alt
["I",1,123,123,"{",6] -> press:ctrl+alt+{
["I",3,123,123,"{",6] -> release:ctrl+alt+{
["I",3,57443,57443,"",2] -> release:left_alt
["I",3,57442,57442,"",0] -> release:left_control

flow: normal lctrl => [["enable_jump_mode",[]]]
flow: normal lalt => [["enable_fast_scroll",[]]]
flow: normal release:lalt => [["disable_fast_scroll",[]]]
flow: normal release:lctrl => [["disable_jump_mode",[]]]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions