Skip to content
Snippets Groups Projects

Make it possible to switch from search entry to other UI elements (Issue #792)

Merged Sergios - Anestis Kefalidis requested to merge SKefalidis/thunar:792 into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
478 478 ThunarPathEntry *path_entry = THUNAR_PATH_ENTRY (widget);
479 479
480 480 /* check if we have a tab key press here and control is not pressed */
481 if (G_UNLIKELY (event->keyval == GDK_KEY_Tab && (event->state & GDK_CONTROL_MASK) == 0))
481 if (G_UNLIKELY (event->keyval == GDK_KEY_Tab && (event->state & GDK_CONTROL_MASK) == 0) && path_entry->search_mode == FALSE)
  • Alexander Schwinn added 72 commits

    added 72 commits

    Compare with previous version

  • Alexander Schwinn enabled an automatic merge when the pipeline for 8ee04637 succeeds

    enabled an automatic merge when the pipeline for 8ee04637 succeeds

  • mentioned in commit a90e946a

  • Please register or sign in to reply
    Loading