Re: [PATCH] menu: add GRUB_RIGHT_TO_SELECT to toggle select-by-right-arrow-key

2024-11-18 Thread jeffbai
Hi Avnish, 在 2024-11-18 14:54,Avnish Chouhan 写道: Message: 1 Date: Fri, 15 Nov 2024 18:04:03 +0800 From: Mingcong Bai To: grub-devel@gnu.org Cc: sakii...@aosc.io, c...@cyano.uk, chen...@aosc.io, jeff...@aosc.io, f...@live.com Subject: [PATCH] menu: add GRUB_RIGHT_TO_SELECT to toggle

[PATCH v2] menu: add GRUB_RIGHT_TO_SELECT to toggle select-by-right-arrow-key

2024-11-18 Thread Mingcong Bai
Normally, GRUB allows using a combination of the Return/Enter (`\n' and `\r'), Ctrl-F, and the right arrow key to select a menu item. However, on some keyboards (especially those half-height arrow keys found on laptop computers), it is very easy to accidentally select a menu item when the user mean

[PATCH v2] menu: add GRUB_RIGHT_TO_SELECT to toggle select-by-right-arrow-key

2024-11-18 Thread Mingcong Bai
Normally, GRUB allows using a combination of the Return/Enter (`\n' and `\r'), Ctrl-F, and the right arrow key to select a menu item. However, on some keyboards (especially those half-height arrow keys found on laptop computers), it is very easy to accidentally select a menu item when the user mean