当前位置:网站首页>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:";
}
边栏推荐
- Using GEE plug-in in QGIS
- Energy conservation and creating energy gap
- 行测--资料分析--fb--高照老师
- arcpy. SpatialJoin_ Analysis spatial connection analysis
- The golang timer uses the stepped pit: the timer is executed once a day
- Anaconda navigator click open no response, can not start error prompt attributeerror: 'STR' object has no attribute 'get‘
- 【Node】nvm 版本管理工具
- Ethtool principle introduction and troubleshooting ideas for network card packet loss (with ethtool source code download)
- 公安专业知识--哔哩桐老师
- The folder directly enters CMD mode, with the same folder location
猜你喜欢
第 2 章:小试牛刀,实现一个简单的Bean容器
SD_ CMD_ RECEIVE_ SHIFT_ REGISTER
[node] NVM version management tool
UE5热更新-远端服务器自动下载和版本检测(SimpleHotUpdate)
Target detection series - detailed explanation of the principle of fast r-cnn
借助 Navicat for MySQL 软件 把 不同或者相同数据库链接中的某数据库表数据 复制到 另一个数据库表中
Ugnx12.0 initialization crash, initialization error (-15)
Solve tensorfow GPU modulenotfounderror: no module named 'tensorflow_ core. estimator‘
2022年PMP项目管理考试敏捷知识点(7)
Idea common settings
随机推荐
第 2 章:小试牛刀,实现一个简单的Bean容器
CADD course learning (6) -- obtain the existing virtual compound library (drugbank, zinc)
氫氧化鈉是什麼?
Simple operation of running water lamp (keil5)
deepin 20 kivy unable to get a window, abort
(tool use) how to make the system automatically match and associate to database fields by importing MySQL from idea and writing SQL statements
Deepin get file (folder) list
Typescript get timestamp
公安基础知识--fb
[software testing] 03 -- overview of software testing
使用go语言读取txt文件写入excel中
公安专业知识--哔哩桐老师
Basic series of SHEL script (II) syntax + operation + judgment
Today, share the wonderful and beautiful theme of idea + website address
Altimeter data knowledge point 2
Idea push project to code cloud
Matrix keyboard scan (keil5)
Deepin, help ('command ') output saved to file
Three body goal management notes
玩转gRPC—深入概念与原理