« Return to Thread: Keyboard shortcuts in gtk sharp application.

Keyboard shortcuts in gtk sharp application.

by Krystian Kichewko-2 :: Rate this Message:

Reply to Author | View in Thread

Hello!

I'm trying to make an application using gtk sharp that would sit in
system tray and open when user presses some defined key ( just like
tomboy). I was trying to find a way to define global shortcuts in gtk
sharp documentation but I didn't find anything.

Next thing I did was to download tomboy sources to check how tomboy
does it. I found out that it uses c++ library (libtomboy) to bind and
unbind shortcuts.

My question: is there any way to define shortcuts from c# code without
using c++ library? Is there any tutorial?

I know this is not gtk list, but this is the only trace of global
shortcuts in mono application I was able to found.

Krystian Kichewko
_______________________________________________
Tomboy-list mailing list
Tomboy-list@...
http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-beatniksoftware.com

 « Return to Thread: Keyboard shortcuts in gtk sharp application.