当前位置:网站首页>[imgui] unity MenuItem shortcut key
[imgui] unity MenuItem shortcut key
2022-07-06 05:34:00 【Endless】
stay Unity In development , You often need to add some custom editor scripts or commands , stay Unity Menu , For frequently used custom commands , It is troublesome to select with the mouse every time , That can add shortcut keys to improve efficiency .
The custom menu supports the following shortcut keys :
- % - CTRL on Windows / CMD on OSX
- ‘# - Shift’
- & -Alt
- LEFT/RIGHT/UP/DOWN - Arrow keys
- F1 … F2 - F keys
- HOME,END,PGUP,PGDN
Alphabet Key - _ + Letter ( Such as :_g Representative Key );
There are also several combinations .
Example :
[MenuItem("Tools/New Option %#a"]//CTRL-SHIFT-A
privte static void NewMenuOption(){
}
[MenuItem("Tools/Item %g")]//CTRL-G
private static void NewNestedOption(){
}
[MenuItem("Tools/Item2 _g")]//G
private static void NewOptionWithHotKey(){
}
Shortcut key conflict and modification
About the solution of shortcut key conflict or not used to the current shortcut key , Can open Unity Toolbar Edit->Shortcuts.
stay Shortcut Double click in the bar and select the shortcut you want to enter ( Just press the corresponding key ).
If there is a shortcut key conflict, you can select BindingConficts Modify the tab accordingly .
边栏推荐
- Anti shake and throttling are easy to understand
- Improve jpopup to realize dynamic control disable
- Quantitative description of ANC noise reduction
- 02. 开发博客项目之数据存储
- Detailed summary of SQL injection
- Can the feelings of Xi'an version of "Coca Cola" and Bingfeng beverage rush for IPO continue?
- Web Security (V) what is a session? Why do I need a session?
- 【华为机试真题详解】统计射击比赛成绩
- 指针经典笔试题
- nacos-高可用seata之TC搭建(02)
猜你喜欢
05. Security of blog project
用StopWatch 统计代码耗时
Text classification still stays at Bert? The dual contrast learning framework is too strong
flutter 实现一个有加载动画的按钮(loadingButton)
[untitled]
Self built DNS server, the client opens the web page slowly, the solution
注释、接续、转义等符号
Vite configures the development environment and production environment
Game push image / table /cv/nlp, multi-threaded start
Yyds dry inventory SSH Remote Connection introduction
随机推荐
JS quick start (II)
How to download GB files from Google cloud hard disk
05. 博客项目之安全
Jvxetable implant j-popup with slot
01. 开发博客项目之项目介绍
Three methods of Oracle two table Association update
[leetcode daily question] number of enclaves
指针经典笔试题
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
Vulhub vulnerability recurrence 68_ ThinkPHP
UCF(2022暑期团队赛一)
Realize a binary read-write address book
应用安全系列之三十七:日志注入
Solution of QT TCP packet sticking
[QNX hypervisor 2.2 user manual]6.3.3 using shared memory (shmem) virtual devices
UCF(暑期团队赛二)
02. 开发博客项目之数据存储
[untitled]
Please wait while Jenkins is getting ready to work
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower