Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Tab key navigation - focusPolicy: Qt.TabFocus ignored on mac os
Forum Updated to NodeBB v4.3 + New Features

Tab key navigation - focusPolicy: Qt.TabFocus ignored on mac os

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 454 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Cara Melka
    wrote on last edited by
    #1

    Hello!

    I tried to use this code to change activeFocus between controls with pressing Tab key.
    But it doesn't work on macOS. I checked this example on Windows - it works perfectly.
    Could anybody give me some reason, how to win it?

    https://github.com/219-design/keyboard-focus-and-navigation-in-qml/tree/master/compare-approaches/concise-approach

    Example with using FocusScope works, but not convenient to use it in my project, because of multiple encapsulation of components.

    1 Reply Last reply
    0
    • AaronCA Offline
      AaronCA Offline
      AaronC
      wrote on last edited by AaronC
      #2

      I had this problem, too, and I solved it by going into the macOS Keyboard settings, and under the Shortcuts tab, selecting the option where Tab navigates through all controls. I believe the keyboard shortcut is CTRL-F7 on macOS.

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved