当前位置:网站首页>Apple modify system shortcut key
Apple modify system shortcut key
2022-07-05 07:30:00 【2020 Java interview】
// Entry directory Ctrl+Shift+G( Quick access directory shortcut keys for accessing )-> Get into ~/Library/KeyBindings/ Create a file DefaultKeyBinding.dict It reads as follows : Then restart the app ( Like a text editor ) Have a try
// Left Command Reference :https://macromates.com/blog/2005/key-bindings-for-switchers
// Right command reference :https://developer.apple.com/documentation/appkit/nsstandardkeybindingresponding
This function will not take effect until it is restarted
$ Shift (⇧)
^ Control (⌃)
~ Option (⌥)
@ Command (⌘)
Number pad
{
/* home */
“\UF729” = “moveToBeginningOfLine:”;
“$\UF729” = “moveToBeginningOfLineAndModifySelection:”;
/* end */
"\UF72B" = "moveToEndOfLine:";
"$\UF72B" = "moveToEndOfLineAndModifySelection:";
/* ctrl-shift-home */
"@$\UF729" = moveToBeginningOfDocumentAndModifySelection:;
/* ctrl-shift-end */
"@$\UF72B" = moveToEndOfDocumentAndModifySelection:;
/* ctrl-home */
"@\UF729" = moveToBeginningOfDocument:;
/* ctrl-end */
"@\UF72B" = moveToEndOfDocument:;
/* page up/down */
"\UF72C" = "pageUp:";
"\UF72D" = "pageDown:";
}
边栏推荐
- [node] differences among NPM, yarn and pnpm
- 氢氧化钠是什么?
- Process (P) runs, and idle is different from pycharm
- Detour of Tkinter picture scaling
- Basic series of SHEL script (I) variables
- 【Node】nvm 版本管理工具
- Brief description of inux camera (Mipi interface)
- [software testing] 05 -- principles of software testing
- 【idea】Could not autowire. No beans of xxx type found
- Qu'est - ce que l'hydroxyde de sodium?
猜你喜欢
Light up the running light, rough notes for beginners (1)
Don't confuse the use difference between series / and / *
QT small case "addition calculator"
[software testing] 04 -- software testing and software development
Using GEE plug-in in QGIS
And let's play dynamic proxy (extreme depth version)
Clickhouse database installation deployment and remote IP access
CADD课程学习(5)-- 构建靶点已知的化合结构(ChemDraw)
剑指 Offer 56 数组中数字出现的次数(异或)
What is deep learning?
随机推荐
GPIO port bit based on Cortex-M3 and M4 with operation macro definition (can be used for bus input and output, STM32, aducm4050, etc.)
行测--资料分析--fb--高照老师
[idea] efficient plug-in save actions to improve your work efficiency
611. Number of effective triangles
C learning notes
Graduation thesis project local deployment practice
And play the little chestnut of dynamic agent
Unconventional ending disconnected from the target VM, address: '127.0.0.1:62635', transport: 'socket‘
R language learning notes 1
Matrix and TMB package version issues in R
Use of Pai platform
[node] NVM version management tool
deepin 20 kivy unable to get a window, abort
What is soda?
CADD课程学习(5)-- 构建靶点已知的化合结构(ChemDraw)
Mathematical analysis_ Notes_ Chapter 8: multiple integral
SOC_ SD_ CMD_ FSM
Brief description of inux camera (Mipi interface)
Simple use of timeunit
Pytorch has been installed in anaconda, and pycharm normally runs code, but vs code displays no module named 'torch‘