mirror of
https://github.com/javalsai/lidm.git
synced 2026-02-27 03:50:44 +01:00
Merge branch 'master' into support-xorg
This commit is contained in:
@@ -32,9 +32,11 @@ enum Keys {
|
||||
END,
|
||||
PAGE_UP,
|
||||
PAGE_DOWN,
|
||||
NONE,
|
||||
};
|
||||
|
||||
static const char* const KEY_NAMES[] = {
|
||||
[NONE] = "NONE",
|
||||
[ESC] = "ESC",
|
||||
[F1] = "F1",
|
||||
[F2] = "F2",
|
||||
|
||||
Reference in New Issue
Block a user