Line 0
Link Here
|
|
|
1 |
--- libxfce4kbd-private/xfce-shortcuts-grabber.c.orig 2020-11-23 10:16:17 UTC |
2 |
+++ libxfce4kbd-private/xfce-shortcuts-grabber.c |
3 |
@@ -22,6 +22,8 @@ |
4 |
#include <config.h> |
5 |
#endif |
6 |
|
7 |
+#include <sys/param.h> |
8 |
+ |
9 |
#include <glib.h> |
10 |
#include <glib-object.h> |
11 |
|
12 |
@@ -180,6 +182,9 @@ xfce_shortcuts_grabber_keys_changed (GdkKeymap |
13 |
|
14 |
TRACE ("Keys changed, regrabbing"); |
15 |
|
16 |
+#ifdef __FreeBSD__ |
17 |
+ xfce_shortcuts_grabber_ungrab_all (grabber); |
18 |
+#endif |
19 |
xfce_shortcuts_grabber_grab_all (grabber); |
20 |
} |
21 |
|