当前位置:网站首页>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:";
}
边栏推荐
- I can't stand the common annotations of idea anymore
- Basic series of SHEL script (I) variables
- I implement queue with C I
- Ue5 hot update - remote server automatic download and version detection (simplehotupdate)
- Eclipse project recompile, clear cache
- 借助 Navicat for MySQL 软件 把 不同或者相同数据库链接中的某数据库表数据 复制到 另一个数据库表中
- Detailed explanation of miracast Technology (I): Wi Fi display
- (tool use) how to make the system automatically match and associate to database fields by importing MySQL from idea and writing SQL statements
- Simple operation with independent keys (hey, a little fancy) (keil5)
- Play with grpc - go deep into concepts and principles
猜你喜欢

M2DGR 多源多场景 地面机器人SLAM数据集

How to delete the virus of inserting USB flash disk copy of shortcut to

CADD课程学习(6)-- 获得已有的虚拟化合物库(Drugbank、ZINC)

玩转gRPC—深入概念与原理

Today, share the wonderful and beautiful theme of idea + website address

Tshydro tool
![[software testing] 06 -- basic process of software testing](/img/fe/3d8b9b68f95ac7899ab87d6993284d.jpg)
[software testing] 06 -- basic process of software testing

The folder directly enters CMD mode, with the same folder location

C learning notes

并查集理论讲解和代码实现
随机推荐
Chapter 2: try to implement a simple bean container
[solved] there is something wrong with the image
Detailed explanation of miracast Technology (I): Wi Fi display
Eclipse project recompile, clear cache
Word import literature -mendeley
Ue5 hot update - remote server automatic download and version detection (simplehotupdate)
M2dgr slam data set of multi-source and multi scene ground robot
Daily Practice:Codeforces Round #794 (Div. 2)(A~D)
Web page Chinese display (print, etc.) GBK error, solution, software
What is soda?
Course learning accumulation ppt
What if the DataGrid cannot see the table after connecting to the database
大学生活的自我总结-大一
Batch convert txt to excel format
Thunderbird tutorial \ easy to use mail client
CADD course learning (6) -- obtain the existing virtual compound library (drugbank, zinc)
Idea shortcut key
Install deeptools in CONDA mode
第 2 章:小试牛刀,实现一个简单的Bean容器
Database SQL practice 4. Find the last of employees in all assigned departments_ Name and first_ name