Re: Show Emoji & Symbols GUI access
Re: Show Emoji & Symbols GUI access
- Subject: Re: Show Emoji & Symbols GUI access
- From: David Gregg <email@hidden>
- Date: Mon, 06 Nov 2017 06:47:48 -0700
I noticed that in the application version of that command there is a universal
keyboard shortcut.
So either use the keyboard shortcut of control-command-space while working with
the keyboard or if you want to script it using AppleScript:
tell application “System Events” to keystroke space using {control
down, command down}
I believe this should avoid the localization/language and menu location issues.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden