mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
8863badc72
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
12 lines
548 B
Diff
12 lines
548 B
Diff
--- XMonad/Util/Paste.hs.orig 2012-05-17 16:47:40.345000003 +0300
|
|
+++ XMonad/Util/Paste.hs 2012-05-17 16:47:55.724000002 +0300
|
|
@@ -89,9 +89,3 @@
|
|
sendEvent d w True keyPressMask ev
|
|
setEventType ev keyRelease
|
|
sendEvent d w True keyReleaseMask ev
|
|
-
|
|
--- | A null 'KeyMask'. Used when you don't want a character or string shifted, control'd, or what.
|
|
---
|
|
--- TODO: This really should be a function in the X11 binding. When noModMask shows up there, remove.
|
|
-noModMask :: KeyMask
|
|
-noModMask = 0
|