OSX 如何快速切换媒体键/Fn 功能键

2015-09-13 23:33:12 +08:00
 Suclogger

如图中的设置项:
因为写代码的时候要用到 Fn ,但是不写代码的时候媒体控制功能就比较实用
ps.没带外接键盘

2239 次点击
所在节点    macOS
11 条回复
Suclogger
2015-09-13 23:33:29 +08:00
crystone
2015-09-13 23:58:47 +08:00
如果能设置一个全局快捷键最好了
gongziheng1995
2015-09-14 00:16:27 +08:00
Palua will do exactlly what you need.


Introducing Palua, the easy way to quickly switch the mode of your Function Keys on any Mac keyboard!

You need to run a game, or start a graphic application, or work on a project that need F1-F12 as function keys, just hit option+command+TAB and the switch will happen.

Smart Mode: Key mode changes with the application that has the focus.


https://itunes.apple.com/us/app/palua/id431494195?mt=12
gongziheng1995
2015-09-14 00:17:27 +08:00
FunctionFlip might be what you're looking for.


FunctionFlip's purpose is simply to disable the special features — rewind, play, mute, etc. — on the function keys. For example, if you "flip" F7, F8, and F9, those keys — only those keys — will revert back to normal F keys. Press the fn key with the special key to get the special function back. That is, the "special" and "normal" functions are flipped.

To assign a custom shortcuts to your reclaimed keys, use a program like Quicksilver or Keyboard Maestro.


http://kevingessner.com/software/functionflip/
paicha
2015-09-14 00:21:21 +08:00
ffffwh
2015-09-14 00:53:29 +08:00
Here is an apple script doing this
>>>>
tell application "System Preferences"
set current pane to pane "com.apple.preference.keyboard"
end tell

tell application "System Events"
tell tab group 1 of window 1 of process "System Preferences"
click radio button 1
click checkbox 1
end tell
end tell
quit application "System Preferences"
<<<<
Save it as an application, grant accessiblity to it, and make a service to run it. Assign a shortcut if you would like to.
pH
2015-09-14 06:49:10 +08:00
我好奇一点,这个和没外接键盘有啥关系
Suclogger
2015-09-14 08:22:50 +08:00
@pH 外接如果是全键盘的话自带 Fn 嘛,媒体键可以用自带键盘上的
Suclogger
2015-09-14 08:25:53 +08:00
@gongziheng1995 很棒,可惜作者 12 年以来都没有更新了
xiaket
2015-09-14 11:13:30 +08:00
Karabiner 加少量配置就可以实现.
canautumn
2015-09-14 11:40:40 +08:00
@Suclogger 不更新是不需要更新…… Paula 我用的挺好。这种功能稳定的 App 总更新其实是坏事,那样岂不是 Bug 太多?

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/220456

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX