Re: [PATCH] Pressing enter on the keyboard screen should go to the next screen (#683448).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 03/10/2011 07:30 PM, Chris Lumens wrote:
---
  pyanaconda/iw/kbd_gui.py |    7 ++++++-
  1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/pyanaconda/iw/kbd_gui.py b/pyanaconda/iw/kbd_gui.py
index 95fc106..83ccaff 100644
--- a/pyanaconda/iw/kbd_gui.py
+++ b/pyanaconda/iw/kbd_gui.py
@@ -30,10 +30,15 @@ class KeyboardWindow(InstallWindow, installKeyboardWindow):
          InstallWindow.__init__(self, ics)
          installKeyboardWindow.__init__(self)

+        ics.cw.mainxml.get_widget("nextButton").grab_focus()
+
      def getNext(self):
          installKeyboardWindow.getNext(self)

      def getScreen(self, anaconda):
          default = anaconda.instLanguage.getDefaultKeyboard(anaconda.rootPath)
          anaconda.keyboard.set(default)
-        return installKeyboardWindow.getScreen(self, default, anaconda.keyboard)
+        vbox = installKeyboardWindow.getScreen(self, default, anaconda.keyboard)
+        self.modelView.connect("select-cursor-row", lambda widget, vbox=vbox: self.ics.setGrabNext(1))
+
+        return vbox

Ack.

Won't this just place the focus on the 'Next' button (instead of activating it)? That's still better than what we have now.

Ales

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux