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