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
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