LOGIN / SIGN UP

#142 "Space" keybindings don't work

Reported by: tassilo Assigned to: ioerror
Phase: release-0.1.9a Component: configuration
Type: bug Status: closed
Priority: 1: Very high
Watchers:

Attachments

Description

The default keys configuration file contains an entry

  KeyPress = "Space" { Actions = "Select" }

in the Menu part. That binding doesn't work. You have to change "Space" to "space" in order to fix it. (That's the case with all bindings which use the SPACE key.) But I think the key should indeed be named "Space", because all other keys are CamelCase starting with a capital letter, too.

2009-04-12

15:05:48 changed from open to closed
15:05:21

I applied the patch to git HEAD.

2009-04-08

22:55:12

Please try the attached patch.

22:53:54 attached 0001-When-parsing-a-key-string-try-different-upper-lowe.patch

2009-01-29

14:04:06 changed from new to open

2009-01-26

14:23:06

Yes, that would be fine with me.

2009-01-25

14:06:16

As the parsing of names is done by the system I'm a bit unsure on what is the best thing to do here.

Maybe we could try the provided name first and then lowercase it all, uppercase it all and finally uppercase the first letter which should cover most of the naming schemes with little code. (Some are CamelCased though AFAIK).

14:04:28 changed from release-0.2.0 to release-0.1.9a
14:04:28 changed from Claes Nästén to Andreas