Home
last modified time | relevance | path

Searched refs:main_hotkeys (Results 1 – 3 of 3) sorted by relevance

/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Dhotkey.c454 if (app_data.main_hotkeys != NULL && in hotkey_init()
455 app_data.main_hotkeys[0] != '\0') { in hotkey_init()
458 XtParseTranslationTable(app_data.main_hotkeys) in hotkey_init()
463 app_data.main_hotkeys, in hotkey_init()
H A Dresource.h1310 XtOffsetOf(appdata_t, main_hotkeys), XmRImmediate,
/dports/audio/xmcd/xmcd-3.3.2/common_d/
H A Dappenv.h1352 char *main_hotkeys; /* Main window */ member