当前位置:网站首页>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:";
}
边栏推荐
- 【idea】Could not autowire. No beans of xxx type found
- Three body goal management notes
- Machine learning Seaborn visualization
- I 用c l 栈与队列的相互实现
- Unforgettable summary of 2021
- Matrix and TMB package version issues in R
- Anaconda navigator click open no response, can not start error prompt attributeerror: 'STR' object has no attribute 'get‘
- 行测--资料分析--fb--高照老师
- Use go language to read TXT file and write it into Excel
- The problem of configuring opencv in qt5.13.2 is solved in detail
猜你喜欢
Microservice registry Nacos introduction
Close of office 365 reading
Idea to view the source code of jar package and some shortcut keys (necessary for reading the source code)
SD_ CMD_ RECEIVE_ SHIFT_ REGISTER
Don't confuse the use difference between series / and / *
2022 PMP project management examination agile knowledge points (7)
Chapter 2: try to implement a simple bean container
How to delete the virus of inserting USB flash disk copy of shortcut to
借助 Navicat for MySQL 软件 把 不同或者相同数据库链接中的某数据库表数据 复制到 另一个数据库表中
Differences between pycharm and idle and process -- join() in vs Code
随机推荐
Implementation of one-dimensional convolutional neural network CNN based on FPGA (VIII) implementation of activation layer
Graduation thesis project local deployment practice
Matrix and TMB package version issues in R
Negative number storage and type conversion in programs
Idea push project to code cloud
玩转gRPC—深入概念与原理
SOC_ SD_ DATA_ FSM
HDU1232 畅通工程(并查集)
Mathematical analysis_ Notes_ Chapter 8: multiple integral
Ggplot2 drawing learning notes in R
GPIO port bit based on Cortex-M3 and M4 with operation macro definition (can be used for bus input and output, STM32, aducm4050, etc.)
2022.06.27_ One question per day
Detailed explanation of miracast Technology (I): Wi Fi display
Do you choose pandas or SQL for the top 1 of data analysis in your mind?
HDU1231 最大连续子序列(分治or动规or双指针)
[vscode] search using regular expressions
SOC_ SD_ CMD_ FSM
Pit record of Chmod 2 options in deepin
Machine learning Seaborn visualization
Self summary of college life - freshman