Skip to content

Invalid key code '47' (German Locale) #54

@croesch

Description

@croesch

Issue by Ludwig Kirchner from Tue, 17 Nov 2009 07:52:44 -0600
Originally opened as http://jira.codehaus.org/browse/FEST-253


Changing the lines
mappings.add(mapping('-', VK_SLASH, NO_MASK));
mappings.add(mapping('_', VK_SLASH, SHIFT_MASK));
to :
mappings.add(mapping('-', 45, NO_MASK));
mappings.add(mapping('_', 45, SHIFT_MASK));

in the class KeyStrokeMappingProvider_de
would resolve the Problem.


votes (original issue): 0
watches (original issue): 0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions