macos 如何使用键盘在 Mac 上的弹出窗口上突出显示另一个按钮
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4797236/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How can I make another button highlighten on popup window on Mac by using Keyboard
提问by alones
On the above shown asking popup window on Mac, how can I select another button (left button) by using keyboard. Without clicking mouse button, I want to make left button highlighten. Is there any shortcuts?
在上面显示的 Mac 询问弹出窗口中,如何使用键盘选择另一个按钮(左按钮)。不单击鼠标按钮,我想让左键突出显示。有什么捷径吗?
采纳答案by alones
After reading Tricon's answer, I got the way!!!
阅读了 Tricon 的回答后,我明白了!!!
Just see the following shortcuts.
只需查看以下快捷方式。
Preferences -> Keyboard -> Keyboard & keyboard input (I don't know the correct English menu, I'm using Korean "?? ??? ???? ?? ?? (^F7) )
首选项 -> 键盘 -> 键盘和键盘输入(我不知道正确的英文菜单,我使用的是韩语 "?? ??? ???? ?? ?? (^F7) )
Once you do ^F7 (In case of mac book, Control + fn + F7) on a popup window, you can travel over buttons on any popup windw!!!
一旦您在弹出窗口上执行 ^F7(对于 mac book,Control + fn + F7),您就可以在任何弹出窗口上的按钮上移动!!!
Thank you Tricon for giving me clue :)
谢谢 Tricon 给我线索:)
回答by
Go to Preferences -> Keyboard. At the bottom, turn on "All controls" under "Full Keyboard Access".
转到首选项 -> 键盘。在底部,打开“完整键盘访问”下的“所有控件”。
The alternate option will be highlighted with a blue ring. Hitting space will activate this. If there are multiple options, hitting tab will alternate between them.
备用选项将以蓝色环突出显示。击中空间将激活此功能。如果有多个选项,点击选项卡将在它们之间交替。
回答by xyz
For English/Mac OSX 10.10:
对于英语/Mac OSX 10.10:
Go to Keyboard in System Preferences, and then select 'All controls'. Space will select the alternate option if two options. If more than two options then tab will alternate between them.
转到系统偏好设置中的键盘,然后选择“所有控件”。如果有两个选项,空格将选择备用选项。如果超过两个选项,则选项卡将在它们之间交替。
PS: I would much rather the option of using arrow keys and enter. Interested to know if anyone knows how to hack this?
PS:我更愿意选择使用箭头键并输入。有兴趣知道是否有人知道如何破解这个?