X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTEditColorThemeWindow.java;h=668309d5798c411bd977107e086e476255a34616;hb=12b90437b5f22c2ae6e9b9b14c3b62b60f6143e5;hp=55be8aa61b18e45c50deba26720104ff04926e6a;hpb=a69ed767c9c07cf35cf1c5f7821fc009cfe79cd2;p=nikiroo-utils.git diff --git a/src/jexer/TEditColorThemeWindow.java b/src/jexer/TEditColorThemeWindow.java index 55be8aa..668309d 100644 --- a/src/jexer/TEditColorThemeWindow.java +++ b/src/jexer/TEditColorThemeWindow.java @@ -627,7 +627,7 @@ public class TEditColorThemeWindow extends TWindow { // ------------------------------------------------------------------------ /** - * Public constructor. The file open box will be centered on screen. + * Public constructor. The window will be centered on screen. * * @param application the TApplication that manages this window */ @@ -653,6 +653,12 @@ public class TEditColorThemeWindow extends TWindow { refreshFromTheme(colorNames.getSelected()); } }, + new TAction() { + // When the user navigates with keyboard + public void DO() { + refreshFromTheme(colorNames.getSelected()); + } + }, new TAction() { // When the user navigates with keyboard public void DO() {