Navigate to different screens better
This commit is contained in:
parent
e80b309569
commit
30d3f4ea2c
@ -88,7 +88,7 @@ searchSubmaps extraConfig conf =
|
||||
|
||||
|
||||
myNav2d :: Navigation2DConfig
|
||||
myNav2d = def { defaultTiledNavigation = lineNavigation }
|
||||
myNav2d = def { defaultTiledNavigation = hybridOf lineNavigation sideNavigation }
|
||||
|
||||
showKeybindings :: [((KeyMask, KeySym), NamedAction)] -> NamedAction
|
||||
showKeybindings x = addName "Show keybindings" $ io $ do
|
||||
|
Loading…
Reference in New Issue
Block a user