Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISO Hash Key problems #79

Open
DavidK-M opened this issue Jul 24, 2017 · 2 comments
Open

ISO Hash Key problems #79

DavidK-M opened this issue Jul 24, 2017 · 2 comments

Comments

@DavidK-M
Copy link

DavidK-M commented Jul 24, 2017

Hi All,

I have configured a key as an ISO# on my ErgoDox Infinity, but it does not work. (The key is ignored...)

The appropriate snippet of the JSON looks like:

    {
        "code": "0x29",
        "x": 14,
        "y": 16,
        "w": 4,
        "h": 4,
        "layers": {
            "0": {
                "key": "HASH",
                "label": "ISO#"
            }
        }
    },

The appropriate line in the .kll is:

U"FUNCTION4" : U"HASH";

The serial output of the matrix debug gives:

WARNING - USB Code not within 4-49 (0x4-0x31), 51-155 (0x33-0x9B), 157-164 (0x9D-0xA4), 176-221 (0xB0-0xDD) or 224-231 (0xE0-0xE7) NKRO Mode: 0x32
WARNING - USB Code not within 4-49 (0x4-0x31), 51-155 (0x33-0x9B), 157-164 (0x9D-0xA4), 176-221 (0xB0-0xDD) or 224-231 (0xE0-0xE7) NKRO Mode: 0x32

Best regards,

David.

@DavidK-M
Copy link
Author

This could be effectively the same as issue 193 in the controller:

See:
kiibohd/controller#193

Hopefully this isn't seen as cross-posting ;-)

@DarkDefender
Copy link

DarkDefender commented Sep 1, 2017

I think this is related to #78.

TL;DR: You can work around this problem by binding the key to ANSI backslash "\" instead. Your computer OS will correctly convert the keycode to the hash key if you are on a ISO keyboard layout

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants