1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2026-05-22 10:15:43 +02:00

Add a test that demonstrates problems with custom menu keybindings

The test shows two problems: a <down> keybinding is not removed from a menu item
(the 'y' binding is removed though, which is correct), and keybindings such as
'j' and 'H' don't work. We will fix both of these separately in the following
commits.
This commit is contained in:
Stefan Haller
2025-12-21 12:36:24 +01:00
parent b7a24c8298
commit e19544a42b
2 changed files with 91 additions and 0 deletions
+1
View File
@@ -170,6 +170,7 @@ var tests = []*components.IntegrationTest{
custom_commands.BasicCommand,
custom_commands.CheckForConflicts,
custom_commands.CustomCommandsSubmenu,
custom_commands.CustomCommandsSubmenuWithSpecialKeybindings,
custom_commands.FormPrompts,
custom_commands.GlobalContext,
custom_commands.MenuFromCommand,