mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -07:00
XMonad.Prompt: swap up and down per bug #243
This commit is contained in:
@@ -379,10 +379,10 @@ keyPressHandle mask (ks,_)
|
||||
| ks == xK_Delete = deleteString Next >> go
|
||||
| ks == xK_Left = moveCursor Prev >> go
|
||||
| ks == xK_Right = moveCursor Next >> go
|
||||
| ks == xK_Up = moveHistory W.focusUp' >> go
|
||||
| ks == xK_Down = moveHistory W.focusDown' >> go
|
||||
| ks == xK_Home = startOfLine >> go
|
||||
| ks == xK_End = endOfLine >> go
|
||||
| ks == xK_Down = moveHistory W.focusUp' >> go
|
||||
| ks == xK_Up = moveHistory W.focusDown' >> go
|
||||
| ks == xK_Escape = quit
|
||||
where
|
||||
go = updateWindows >> eventLoop handle
|
||||
|
Reference in New Issue
Block a user