mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 11:56:31 +08:00
Provisioning: Enable keyboard navigation between controls on macOS
Task-number: QTQAINFRA-4660 Pick-to: 6.2 Change-Id: I12f2995c797e573d5072145c100ee64e98e133ce Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
committed by
Tor Arne Vestbø
parent
e9258230f3
commit
dbb4cd06aa
@@ -111,3 +111,6 @@ else
|
|||||||
fi
|
fi
|
||||||
sudo systemsetup setusingnetworktime off
|
sudo systemsetup setusingnetworktime off
|
||||||
sudo rm -f "$targetFile"
|
sudo rm -f "$targetFile"
|
||||||
|
|
||||||
|
# Enable Use keyboard navigation to move focus between controls
|
||||||
|
defaults write -g AppleKeyboardUIMode -int 2
|
||||||
|
|||||||
@@ -106,3 +106,6 @@ sudo automount -cv
|
|||||||
|
|
||||||
# Disable multicast advertisements
|
# Disable multicast advertisements
|
||||||
sudo defaults write /Library/Preferences/com.apple.mDNSResponder.plist NoMulticastAdvertisements -bool true
|
sudo defaults write /Library/Preferences/com.apple.mDNSResponder.plist NoMulticastAdvertisements -bool true
|
||||||
|
|
||||||
|
# Enable Use keyboard navigation to move focus between controls
|
||||||
|
defaults write -g AppleKeyboardUIMode -int 2
|
||||||
|
|||||||
@@ -104,6 +104,8 @@ sudo rm -f "$targetFile"
|
|||||||
sudo sed -i'.orig' -e 's:^#/net:/net:' -e 's:hidefromfinder,nosuid:hidefromfinder,nosuid,locallocks,nocallback:' /etc/auto_master || sudo curl -o /etc/auto_master http://ci-files01-hki.intra.qt.io/input/mac/arm/auto_master
|
sudo sed -i'.orig' -e 's:^#/net:/net:' -e 's:hidefromfinder,nosuid:hidefromfinder,nosuid,locallocks,nocallback:' /etc/auto_master || sudo curl -o /etc/auto_master http://ci-files01-hki.intra.qt.io/input/mac/arm/auto_master
|
||||||
sudo automount -cv
|
sudo automount -cv
|
||||||
|
|
||||||
|
|
||||||
# Disable multicast advertisements
|
# Disable multicast advertisements
|
||||||
sudo defaults write /Library/Preferences/com.apple.mDNSResponder.plist NoMulticastAdvertisements -bool true
|
sudo defaults write /Library/Preferences/com.apple.mDNSResponder.plist NoMulticastAdvertisements -bool true
|
||||||
|
|
||||||
|
# Enable Use keyboard navigation to move focus between controls
|
||||||
|
defaults write -g AppleKeyboardUIMode -int 2
|
||||||
|
|||||||
@@ -106,3 +106,6 @@ sudo automount -cv
|
|||||||
|
|
||||||
# Disable multicast advertisements
|
# Disable multicast advertisements
|
||||||
sudo defaults write /Library/Preferences/com.apple.mDNSResponder.plist NoMulticastAdvertisements -bool true
|
sudo defaults write /Library/Preferences/com.apple.mDNSResponder.plist NoMulticastAdvertisements -bool true
|
||||||
|
|
||||||
|
# Enable Use keyboard navigation to move focus between controls
|
||||||
|
defaults write -g AppleKeyboardUIMode -int 2
|
||||||
|
|||||||
@@ -106,3 +106,6 @@ sudo automount -cv
|
|||||||
|
|
||||||
# Disable multicast advertisements
|
# Disable multicast advertisements
|
||||||
sudo defaults write /Library/Preferences/com.apple.mDNSResponder.plist NoMulticastAdvertisements -bool true
|
sudo defaults write /Library/Preferences/com.apple.mDNSResponder.plist NoMulticastAdvertisements -bool true
|
||||||
|
|
||||||
|
# Enable Use keyboard navigation to move focus between controls
|
||||||
|
defaults write -g AppleKeyboardUIMode -int 2
|
||||||
|
|||||||
@@ -104,6 +104,8 @@ sudo rm -f "$targetFile"
|
|||||||
sudo sed -i'.orig' -e 's:^#/net:/net:' -e 's:hidefromfinder,nosuid:hidefromfinder,nosuid,locallocks,nocallback:' /etc/auto_master || sudo curl -o /etc/auto_master http://ci-files01-hki.intra.qt.io/input/mac/arm/auto_master
|
sudo sed -i'.orig' -e 's:^#/net:/net:' -e 's:hidefromfinder,nosuid:hidefromfinder,nosuid,locallocks,nocallback:' /etc/auto_master || sudo curl -o /etc/auto_master http://ci-files01-hki.intra.qt.io/input/mac/arm/auto_master
|
||||||
sudo automount -cv
|
sudo automount -cv
|
||||||
|
|
||||||
|
|
||||||
# Disable multicast advertisements
|
# Disable multicast advertisements
|
||||||
sudo defaults write /Library/Preferences/com.apple.mDNSResponder.plist NoMulticastAdvertisements -bool true
|
sudo defaults write /Library/Preferences/com.apple.mDNSResponder.plist NoMulticastAdvertisements -bool true
|
||||||
|
|
||||||
|
# Enable Use keyboard navigation to move focus between controls
|
||||||
|
defaults write -g AppleKeyboardUIMode -int 2
|
||||||
|
|||||||
Reference in New Issue
Block a user