4890041: Remove TAB and Shift TAB from Popup Menu in Motif Look & Feel

Reviewed-by: azvegint, prr
This commit is contained in:
Prasanta Sadhukhan 2022-08-04 09:15:15 +00:00
parent 0bc804d6ef
commit 26e5c112da

@ -1229,8 +1229,6 @@ public class MotifLookAndFeel extends BasicLookAndFeel
// selected.
"PopupMenu.selectedWindowInputMapBindings", new Object[] {
"ESCAPE", "cancel",
"TAB", "cancel",
"shift TAB", "cancel",
"DOWN", "selectNext",
"KP_DOWN", "selectNext",
"UP", "selectPrevious",