Skip to content

Pressing both SHIFT and ALT-GR at the same time to type specific characters on MAC #86

Closed
@felop

Description

@felop

I read in KeyboardLayout.h that it was not possible to use both SHIFT and ALT_GR on the same character.
I was trying to emulate a Backslash on a French Mac keyboard (normally typed by pressing Option+Shift+colon) and tried to modify the KeyboardLayout_fr_FR.cpp file by adding:
0x37|SHIFT|ALT_GR, // bslash
but obviously didn't work.
Is there another way to do this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic: codeRelated to content of the project itselftype: enhancementProposed improvement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions