diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2021-11-22 23:29:16 -0700 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2022-10-09 12:19:45 -0600 |
| commit | 45d817f69e5b0f47ef5104df12932dabfbef750d (patch) | |
| tree | 52973b297934e064a0b9a6b00acfe3437751319b /src/Internal/KeysM.hs | |
| parent | 4a225d2819cb5c891a36694bb8552337b36beae0 (diff) | |
| download | rde-45d817f69e5b0f47ef5104df12932dabfbef750d.tar.gz rde-45d817f69e5b0f47ef5104df12932dabfbef750d.tar.bz2 rde-45d817f69e5b0f47ef5104df12932dabfbef750d.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') ] + |