I think (I just think because I didn't write that class ^^) that class is the result of an unfinished refactor...

On Mon, Dec 8, 2014 at 2:36 PM, stepharo <stepharo@free.fr> wrote:

Le 7/12/14 12:21, Nicolai Hess a ��crit :

We have a class KMUntypeableSingleKeyCombination
this is used for key kombinations with
tab
arrow
backspace ....

This is useful for printing key kombinations like
Ctrl+TAB

"space" does not use the KMUntypeableSingleKeyCombination class, therefore
a short cut like
Character space shift asKeyCombination
looks like
" Shift +�� "

shouldn't space use this class?
And I find the name a little bit misleading, what is a untypeable key?
The key is typeable, otherwise we couldn't use it.
Renaming the class to KMUnprintableSingleKeyCombination
isn't better, because we can print this keycombination.


+1

nicolai