Merge pull request #184 from charmbracelet/not-needed-keeb

Kujtim Hoxha created

fix: remove unused key release and uniform key layout options

Change summary

cmd/root.go | 2 --
1 file changed, 2 deletions(-)

Detailed changes

cmd/root.go 🔗

@@ -106,8 +106,6 @@ to assist developers in writing, debugging, and understanding code directly from
 		program := tea.NewProgram(
 			tui.New(app),
 			tea.WithAltScreen(),
-			tea.WithKeyReleases(),
-			tea.WithUniformKeyLayout(),
 			tea.WithContext(ctx),
 			tea.WithMouseCellMotion(),            // Use cell motion instead of all motion to reduce event flooding
 			tea.WithFilter(tui.MouseEventFilter), // Filter mouse events based on focus state