mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-30 21:21:10 +00:00 
			
		
		
		
	changed shortcuts to be better friends with OSX, closes #2398
This commit is contained in:
		
							parent
							
								
									d1a799f744
								
							
						
					
					
						commit
						9c38ad0093
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -5187,7 +5187,7 @@ EditorNode::EditorNode() { | |||
| 	p->add_separator(); | ||||
| 	p->add_item("Revert Scene",EDIT_REVERT); | ||||
| 	p->add_separator(); | ||||
| 	p->add_item("Quit to Project List",RUN_PROJECT_MANAGER,KEY_MASK_SHIFT+KEY_MASK_CMD+KEY_Q); | ||||
| 	p->add_item("Quit to Project List",RUN_PROJECT_MANAGER,KEY_MASK_SHIFT+KEY_MASK_ALT+KEY_Q); | ||||
| 	p->add_item("Quit",FILE_QUIT,KEY_MASK_CMD+KEY_Q); | ||||
| 
 | ||||
| 	recent_scenes = memnew( PopupMenu ); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Juan Linietsky
						Juan Linietsky