diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2021-11-22 23:29:16 -0700 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2021-11-22 23:29:16 -0700 |
| commit | 1e17c5fba39c00d22fe0bd1530c93c56b37a20c8 (patch) | |
| tree | 52973b297934e064a0b9a6b00acfe3437751319b /src/Internal/KeysM.hs | |
| parent | 2f663366c82f158e1716e0c5e40875b714b7e35f (diff) | |
| download | rde-1e17c5fba39c00d22fe0bd1530c93c56b37a20c8.tar.gz rde-1e17c5fba39c00d22fe0bd1530c93c56b37a20c8.tar.bz2 rde-1e17c5fba39c00d22fe0bd1530c93c56b37a20c8.zip | |
Add some support of the XF86 keys.
Diffstat (limited to 'src/Internal/KeysM.hs')
| -rw-r--r-- | src/Internal/KeysM.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Internal/KeysM.hs b/src/Internal/KeysM.hs index 0d7adce..f834796 100644 --- a/src/Internal/KeysM.hs +++ b/src/Internal/KeysM.hs @@ -412,3 +412,4 @@ mapAlpha km fn = , (xK_y, 'y') , (xK_z, 'z') ] + |