assertj / assertj/assertj-swing
Invalid key code '47' (German Locale)
Open
import from fest-swing
Major
- Dominant language
- Java
- Stars
- 121
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
_Issue by **[Ludwig Kirchner](http://jira.codehaus.org/secure/ViewProfile.jspa?name=ludki)** 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
Contributor guide
Assessment
This issue has not been assessed yet.