摘要:
https://alextardif.com/Bindless.html Binding Bindlessly Overview If you've spent time learning newer APIs like D3D12 and Vulkan, chances are you've co 阅读全文
摘要:
![](https://img2023.cnblogs.com/blog/859364/202304/859364-20230407160744989-1173371410.png) ![](https://img2023.cnblogs.com/blog/859364/202304/859364-20230407160754829-1259590115.png) 阅读全文
摘要:
https://en.wikipedia.org/wiki/AppleScript display dialog "Hello, world!" -- a modal window with "OK" and "Cancel" buttons -- or display alert "Hello, 阅读全文
摘要:
x86-64 arm 阅读全文
摘要:
https://eastmanreference.com/complete-list-of-applescript-key-codes tell application "System Events" key code 49 end tell Play: tell application "iTun 阅读全文
摘要:
dry , verbose no metaL,e openExplorer metaR,e closeExplorer backquote,metaL showTerminal backquote,controlL showvscode l,metaL lockScreen 阅读全文
摘要:
#!/bin/bash osascript <<EOD tell application "Finder" if (get count of windows) ≥ 3 then activate set visible to true activate else make new Finder wi 阅读全文