package keys const ( KeyControlC = "ctrl+c" KeyEnter = "enter" KeyEscape = "esc" KeyTab = "tab" KeyQ = "q" )