当前位置:网站首页>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:";
}
边栏推荐
- CADD course learning (5) -- Construction of chemosynthesis structure with known target (ChemDraw)
- 【Node】npm、yarn、pnpm 区别
- Simple use of timeunit
- Altimeter data knowledge point 2
- I can't stand the common annotations of idea anymore
- Unforgettable summary of 2021
- arcpy. SpatialJoin_ Analysis spatial connection analysis
- [framework] multi learner
- When jupyter notebook is encountered, erroe appears in the name and is not output after running, but an empty line of code is added downward, and [] is empty
- D2L installation
猜你喜欢

With the help of Navicat for MySQL software, the data of a database table in different or the same database link is copied to another database table

Hdu1232 unimpeded project (and collection)

Daily Practice:Codeforces Round #794 (Div. 2)(A~D)

SD_ CMD_ SEND_ SHIFT_ REGISTER

Rough notes of C language (1)

Three body goal management notes

Do you choose pandas or SQL for the top 1 of data analysis in your mind?

The mutual realization of C L stack and queue in I

SOC_ SD_ DATA_ FSM

Graduation thesis project local deployment practice
随机推荐
Self summary of college life - freshman
Qu'est - ce que l'hydroxyde de sodium?
Detour of Tkinter picture scaling
Simple use of timeunit
苏打粉是什么?
[node] NVM version management tool
SOC_ SD_ DATA_ FSM
PostMessage communication
[software testing] 06 -- basic process of software testing
Basic series of SHEL script (III) for while loop
Miracast技术详解(一):Wi-Fi Display
Altimeter data knowledge point 2
行测--资料分析--fb--高照老师
Tshydro tool
Basic series of SHEL script (II) syntax + operation + judgment
[vscode] recommended plug-ins
公安基础知识--fb
【Node】nvm 版本管理工具
How can Oracle SQL statements modify fields that are not allowed to be null to allow nulls?
The mutual realization of C L stack and queue in I