summaryrefslogtreecommitdiff
path: root/apps/action.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/action.c')
-rw-r--r--apps/action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/action.c b/apps/action.c
index 5ceeeb896f..5f845ab272 100644
--- a/apps/action.c
+++ b/apps/action.c
@@ -130,7 +130,7 @@ static int get_action_worker(int context, int timeout,
130 /* Produce keyclick */ 130 /* Produce keyclick */
131 if (global_settings.keyclick && !(button & BUTTON_REL)) 131 if (global_settings.keyclick && !(button & BUTTON_REL))
132 if (!(button & BUTTON_REPEAT) || global_settings.keyclick_repeats) 132 if (!(button & BUTTON_REPEAT) || global_settings.keyclick_repeats)
133 pcmbuf_beep(5000, 2, 2500*global_settings.keyclick); 133 pcmbuf_beep(4000, 2, 2500*global_settings.keyclick);
134#endif 134#endif
135 135
136 if ((context != last_context) && ((last_button & BUTTON_REL) == 0)) 136 if ((context != last_context) && ((last_button & BUTTON_REL) == 0))