Virtual Method
GntWMkey_pressed
Declaration [src]
gboolean
key_pressed (
GntWM* wm,
const char* key
)
Description [src]
This should usually return NULL if the keys were processed by
the WM. If not, the WM can simply return the original string,
which will be processed by the default WM. The custom WM can
also return a different static string for the default WM to process.