Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ev-view.c b/shell/ev-view.c
index d107df9..bc3cb98 100644
--- a/shell/ev-view.c
+++ b/shell/ev-view.c
@@ -3440,6 +3440,8 @@ ev_view_key_press_event (GtkWidget *widget,
switch (event->keyval) {
case GDK_b:
case GDK_B:
+ case GDK_period:
+ case GDK_KP_Decimal:
view->presentation_state =
(view->presentation_state == EV_PRESENTATION_BLACK) ?
EV_PRESENTATION_NORMAL : EV_PRESENTATION_BLACK;