Translate keycode to human readable string
-
There's a quit convenient class called QKeySequence that can translate keycode to readable string, however it translate PageUp and PageDown to "PgUp" and "PgDown", there must be some table like structures used to translate the keycode, so where is it? am I able to specify a application scope one or change the system default one ? thanks :)