mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 12:11:15 -06:00 
			
		
		
		
	KBShortcutsDialog: Add symbols for Command and Option on Mac
This commit is contained in:
		
							parent
							
								
									1d769e322d
								
							
						
					
					
						commit
						2a244f2aab
					
				
					 2 changed files with 3 additions and 2 deletions
				
			
		|  | @ -88,8 +88,8 @@ KBShortcutsDialog::KBShortcutsDialog() | |||
| void KBShortcutsDialog::fill_shortcuts() | ||||
| { | ||||
| #ifdef __WXOSX__ | ||||
|     const std::string ctrl = "Cmd+";    // #ys_FIXME_cmd_smb    // Change it for the accorded symbol
 | ||||
|     const std::string alt = "Alt+";     // #ys_FIXME_cmd_smb    // Change it for the accorded symbol
 | ||||
|     const std::string ctrl = "⌘"; | ||||
|     const std::string alt = "⌥"; | ||||
| #else | ||||
|     const std::string ctrl = "Ctrl+"; | ||||
|     const std::string alt = "Alt+"; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vojtech Kral
						Vojtech Kral