V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  lylehust  ›  全部回复第 2 页 / 共 3 页
回复总数  50
1  2  3  
2023 年 6 月 27 日
回复了 ggp1ot2 创建的主题 问与答 求推荐一款智能马桶盖
https://item.jd.com/100013100140.html
618 刚买,迄今用的还不错。只有 Pro 款有自动翻盖,和分离的遥控器。
2023 年 6 月 1 日
回复了 lifesimple 创建的主题 Apple Apple Music 为啥客户端为啥不优化下 支持下全局快捷键
可以用 applescript 来控制 music ,暂停,下一曲等。然后再自己定义快捷键调用这些脚本就行。我用的是 hammerspoon 。

-------------------
Play_Pause:

#!/usr/bin/env osascript

on is_running(appName)
tell application "System Events" to (name of processes) contains appName
end is_running

if is_running("Music") then
tell application "Music"
playpause
end tell

else if is_running("Spotify") then
tell application "Spotify"
playpause
end tell

else if is_running("Cog") then
tell application "Cog"
pause
end tell

else
return

end if

-------------
Next:

#!/usr/bin/env osascript

on is_running(appName)
tell application "System Events" to (name of processes) contains appName
end is_running

if is_running("Music") then
tell application "Music"
if player state is paused then
return
end if
next track
end tell


else if is_running("Spotify") then
tell application "Spotify"
if player state is paused then
return
end if
next track
end tell

else if is_running("Cog") then
tell application "Cog"
next track
end tell

else
return

end if

--------------
Previous:

#!/usr/bin/env osascript

on is_running(appName)
tell application "System Events" to (name of processes) contains appName
end is_running

if is_running("Music") then
tell application "Music"
if player state is paused then
return
end if
previous track
end tell

else if is_running("Spotify") then
tell application "Spotify"
if player state is paused then
return
end if
previous track
end tell

else if is_running("Cog") then
tell application "Cog"
previous track
end tell

else
return

end if
2023 年 5 月 24 日
回复了 crazyweeds 创建的主题 NAS 我的 All-In-One
请问 P340 哪里买的,多少钱?谢谢!
2021 年 7 月 11 日
回复了 admirez 创建的主题 iPhone 求推荐支持 carplay 和导入本地 mp3 的音乐播放器
Vox, free.
@valorChang 有 firefox 合适的脚本吗?试了这个,屏蔽不了百家号。我用的是 tampermonkey 。谢谢!
2021 年 2 月 27 日
回复了 Osk 创建的主题 宠物 毁三观:原来柯基的尾巴是剪掉的
@tsui 怎么又从国外跳到了国内?
还有,高贵的爱心人士,不知道为了自己健康,是不是自己也已经做了示范了?
算了吧,低等人高攀不起。
2021 年 2 月 19 日
回复了 Osk 创建的主题 宠物 毁三观:原来柯基的尾巴是剪掉的
在此,为第 43 条回复的那句话道歉,太恶毒了。
应该是希望你能将这份爱心用在自己身上。
2021 年 2 月 19 日
回复了 Osk 创建的主题 宠物 毁三观:原来柯基的尾巴是剪掉的
@tsui 最后,你的宝贝狗做了绝育手术没有?
2021 年 2 月 19 日
回复了 Osk 创建的主题 宠物 毁三观:原来柯基的尾巴是剪掉的
@tsui 首先,backyard breeder 不是宠物狗。那些就是为了下崽卖钱的。
再则,绝育是为了防止狗得癌症?真是爱心人士,希望能把这份爱心扩大到自己子女身上。
另外,中英文参杂是不是特别有品位?
2021 年 2 月 18 日
回复了 Osk 创建的主题 宠物 毁三观:原来柯基的尾巴是剪掉的
@tsui 是没有强制,我也没有说强制,但是你见过没绝育的成年宠物狗么?
2021 年 2 月 17 日
回复了 Osk 创建的主题 宠物 毁三观:原来柯基的尾巴是剪掉的
这有什么,在国外,宠物狗长大后,不论公母,都要做绝育手术。狗权呢?爱心啦?!
我同步了 github 上的 nzw9314 仓库。
@eden0412 请问如何关掉 youtube 去广告 规则。刚装圈 X,还不熟。谢谢!
是的,Air 2 也感觉变短很多。想降级了。
2020 年 10 月 1 日
回复了 mrcuya 创建的主题 分享发现 推荐一个方便在线观看电视节目的网站-老电视
@giter 源的地址?
2020 年 9 月 30 日
回复了 lylehust 创建的主题 Apple 求推荐一款键盘 for Mac
@toxicfy 我平时都是合上盖子,接外显示器用的。
2020 年 9 月 30 日
回复了 lylehust 创建的主题 Apple 求推荐一款键盘 for Mac
@jimmy magic board 没背光,要开灯才行。
2020 年 9 月 30 日
回复了 lylehust 创建的主题 Apple 求推荐一款键盘 for Mac
HHKB 太贵了
2020 年 9 月 30 日
回复了 lylehust 创建的主题 Apple 求推荐一款键盘 for Mac
@Davic1 从没用过机械键盘。茶轴和红轴有什么区别,哪个安静些? 谢谢
2020 年 9 月 30 日
回复了 lylehust 创建的主题 Apple 求推荐一款键盘 for Mac
@Davic1 机械键盘吵吧
1  2  3  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   893 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 41ms · UTC 20:46 · PVG 04:46 · LAX 13:46 · JFK 16:46
♥ Do have faith in what you're doing.