Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not an issue but a share #86

Open
GitSweetDragon opened this issue Oct 12, 2022 · 1 comment
Open

Not an issue but a share #86

GitSweetDragon opened this issue Oct 12, 2022 · 1 comment

Comments

@GitSweetDragon
Copy link

GitSweetDragon commented Oct 12, 2022

Hello everyone,
Sorry if this is not the right way to share with you this method of use.
I'm new to Github and I'm discovering.

Currently setting up SupportApp.
I was looking for a way to directly open the desired application and not the default mac os application to send an email and make a call.
For calls you have to go facetime fans and change preferences, it's not necessarily practical and for outlook too.
So I found this trick :

 <key>SecondRowTitleMiddle</key>
    <string>Email</string>
    <key>SecondRowSubtitleMiddle</key>
    <string>support-it@olaqin.fr</string>
    <key>SecondRowTypeMiddle</key>
    <string>Command</string>
    <key>SecondRowLinkMiddle</key>
    <string>/usr/bin/open -b com.microsoft.outlook 'mailto:support-it@acme.comr?subject=Support Ticket';</string>
    <key>SecondRowSymbolMiddle</key>
    <string>envelope</string>
    <key>SecondRowTitleRight</key>
    <string>Phone</string>
    <key>SecondRowSubtitleRight</key>
    <string>+31 00 000 00 00 </string>
    <key>SecondRowTypeRight</key>
    <string>Command</string>
    <key>SecondRowLinkRight</key>
    <string>/usr/bin/open -b com.microsoft.teams 'tel:+31000000000';</string>
    <key>SecondRowSymbolRight</key>
    <string>phone.and.waveform.fill</string>

If it can help ;)

@bradtchapman
Copy link

This is a nice tip that should be added to the instructions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants