/Interfaces.cs
using Gtk;

interface IKeyPress {
	void KeyPress(object o, KeyPressEventArgs args);
}