--Default Keymap file for Genuine Haskell Face --Allowed Modifiers are --Apple is the Windows key on PC keyboards --Compose is often labelled Alt Gr. --File n -> FileNew "Opens a new empty buffer" x/f -> FileOpen "Opens an existing file" x/s -> FileSave "Saves the current buffer" x/w -> FileSaveAs "Saves the current buffer as a new file" x/k -> FileClose "Closes the current buffer" x/c -> Quit "Quits kthis program" --Edit x/u -> EditUndo "Undos the last user action" --_ -> EditUndo "Undos the last user action" x/r -> EditRedo "Redos the last user action" w -> EditCut w -> EditCopy y -> EditPaste -> EditDelete a -> EditSelectAll "Select the whole text in the current buffer" s -> EditFind "Search for a text string" F3 -> EditFindNext "Find the next occurence of the text string" --k -> EditFind "Search for a text string" r -> EditFindPrevious "Find the previous occurence of the text string" r -> EditReplace L -> EditGotoLine "Go to line with a known index" 7 -> EditComment "Add a line style comment to the selected lies" 7 -> EditUncomment "Remove a line style comment" Right -> EditShiftRight "Shift right" Left -> EditShiftLeft "Shift Left" --View Left -> ViewMoveLeft "Move the current pane left" Right -> ViewMoveRight "Move the current pane right" Up -> ViewMoveUp "Move the current pane up" Down -> ViewMoveDown "Move the current pane down" 2 -> ViewSplitHorizontal "Split the current pane in horizontal direction" 3 -> ViewSplitVertical "Split the current pane in vertical direction" 1 -> ViewCollapse "Collapse the panes around the currentla selected pane into one" -> ViewTabsLeft "Shows the tabs of the current notebook on the left" -> ViewTabsRight "Shows the tabs of the current notebook on the right" -> ViewTabsUp "Shows the tabs of the current notebook on the top" -> ViewTabsDown "Shows the tabs of the current notebook on the bottom" -> ViewSwitchTabs "Switches if tabs for the current notebook are visible" -> HelpDebug -> HelpAbout b -> BuildPackage r -> RunPackage j -> NextError j -> PreviousError