ZeroPhone / ZPUI

Official ZeroPhone UI framework, based on pyLCI
http://zpui.rtfd.org/
Apache License 2.0
79 stars 19 forks source link

Rename KEY_PAGEUP and KEY_PAGEDOWN to KEY_F3 and KEY_F4 #98

Closed CRImier closed 5 years ago

CRImier commented 6 years ago

While those two keys are mostly used for "page up" and "page down" functions, they might as well be used for something else in the future, and I think it'd be better to have consistency. However, in the emulator, both PAGEUP&F3 and PAGEDOWN&F4 should map to F3 and F4 respectively - to preserve backwards compatibility and keep it usable =)

CRImier commented 5 years ago

Done!