Results 1 to 3 of 3

Thread: Custom keyboard shortcut to mono project

  1. #1
    Join Date
    Aug 2009
    Location
    Greece
    Beans
    70
    Distro
    Ubuntu

    Custom keyboard shortcut to mono project

    Hi,

    I am trying to create a custom keyboard shortcut that executes a program that I wrote in mono, so I create a new custom shortcut and give the command:

    Code:
    mono /home/dev/myapp.exe 'argument'
    I also tryied

    Code:
    /usr/bin/mono /home/dev/myapp.exe 'argument'
    but shortcut refuse to obay even without argument, any ideas?

    Thanks!

  2. #2
    Join Date
    Aug 2009
    Location
    Greece
    Beans
    70
    Distro
    Ubuntu

    Re: Custom keyboard shortcut to mono project

    nothing?

  3. #3
    Join Date
    Aug 2009
    Location
    Greece
    Beans
    70
    Distro
    Ubuntu

    Re: Custom keyboard shortcut to mono project

    OK I managed it.

    Because it's a console application, it should be like...

    Code:
    gnome-terminal -x mono /home/john/dev/myapp/myapp.exe
    Last edited by jambel; November 11th, 2010 at 03:06 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •