~vikoadi/switchboard/keyboard-navigation

« back to all changes in this revision

Viewing changes to src/Switchboard.vala

  • Committer: Viko Adi Rahmawan
  • Date: 2014-11-14 03:40:48 UTC
  • Revision ID: vikoadi@gmail.com-20141114034048-jcp00ra2o80fdka4
select first visible item properly

Show diffs side-by-side

added added

removed removed

Lines of Context:
412
412
 
413
413
            // Focus typing to the search bar
414
414
            main_window.key_press_event.connect ((event) => {
 
415
                // TODO: should activate first item when enter pressed in search box
415
416
                // alt+left should go back to all settings
416
417
                if ((event.state & Gdk.ModifierType.MOD1_MASK) != 0 && event.keyval == Gdk.Key.Left) {
417
418
                    navigation_button.clicked ();