diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/ui_shared.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui_shared.c b/src/ui/ui_shared.c index a7813bf7..3ffe8676 100644 --- a/src/ui/ui_shared.c +++ b/src/ui/ui_shared.c @@ -4961,6 +4961,7 @@ static bind_t g_bindings[] = { "teamvote no", K_F4, -1, -1, -1 }, { "scoresUp", K_KP_PGUP, -1, -1, -1 }, { "scoresDown", K_KP_PGDN, -1, -1, -1 }, + { "screenshotJPEG",-1, -1, -1, -1 }, { "messagemode", -1, -1, -1, -1 }, { "messagemode2", -1, -1, -1, -1 } }; |