Home
last modified time | relevance | path

Searched refs:Keybind (Results 1 – 25 of 62) sorted by relevance

123

/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm/src/
H A Dconfig.rs28 pub struct Keybind { struct
35 impl TryFrom<Keybind> for leftwm_core::Keybind { argument
479 Keybind { in default()
486 Keybind { in default()
493 Keybind { in default()
500 Keybind { in default()
507 Keybind { in default()
514 Keybind { in default()
521 Keybind { in default()
528 Keybind { in default()
[all …]
/dports/accessibility/yasr/yasr-0.6.9/yasr/
H A Dkeybind.c24 Keybind *kp, *tmpk; in kb_add()
40 kp->next = malloc(sizeof(Keybind)); in kb_add()
41 (void) memcpy(kp->next, kp, sizeof(Keybind)); in kb_add()
54 tmpk->next = malloc(sizeof(Keybind)); in kb_add()
65 map->kb = realloc(map->kb, (map->numkeys + 31) * sizeof(Keybind)); in kb_add()
97 Keybind *kp, *tmpk; in kb_del()
110 (void) memmove(kp, kp + 1, (map->numkeys - v - 1) * sizeof(Keybind)); in kb_del()
121 Keybind *kb; in kbwiz()
H A Dyasr.h94 typedef struct Keybind Keybind; typedef
95 struct Keybind struct
101 Keybind *next; argument
108 Keybind *kb;
H A Dconfig.c208 Keybind *kb; in kb_write()
H A Dui.c668 Keybind *kf; in rev_main()
804 Keybind *kf; in ui_keypress()
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/
H A Dcommand_builder.rs2 use super::config::Keybind;
12 keybinds: HashMap<(ModMask, XKeysym), Keybind>,
32 pub fn find_keybind_for(&self, m: ModMask, key: XKeysym) -> Option<&Keybind> { in find_keybind_for() argument
H A Ddisplay_action.rs1 use crate::config::Keybind;
71 ReloadKeyGrabs(Vec<Keybind>),
H A Dlib.rs36 pub use config::{Config, Keybind};
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/config/
H A Dmod.rs10 pub use keybind::Keybind;
16 fn mapped_bindings(&self) -> Vec<Keybind>; in mapped_bindings() argument
75 fn mapped_bindings(&self) -> Vec<Keybind> { in mapped_bindings() argument
H A Dkeybind.rs5 pub struct Keybind { struct
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/display_servers/xlib_display_server/xwrap/
H A Dkeyboard.rs3 use crate::config::Keybind;
37 pub fn reset_grabs(&self, keybinds: &[Keybind]) { in reset_grabs() argument
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm/src/bin/
H A Dleftwm-check.rs3 use leftwm::{Config, Keybind, ThemeSetting};
121 fn check_keybinds(keybinds: Vec<Keybind>, verbose: bool) -> bool { in check_keybinds() argument
129 if let Err(err) = leftwm_core::Keybind::try_from(keybind.clone()) { in check_keybinds()
/dports/games/naev/naev-0.7.0/src/
H A Dinput.c54 } Keybind; typedef
57 static Keybind* input_keybinds; /**< contains the players keybindings */
304 Keybind *temp; in input_init()
350 input_keybinds = malloc( input_numbinds * sizeof(Keybind) ); in input_init()
355 memset( temp, 0, sizeof(Keybind) ); in input_init()
604 Keybind *k; in input_keyAlreadyBound()
/dports/sysutils/hatop/hatop-0.8.1/
H A DKEYBINDS2 Keybind Reference
H A DREADME.rst79 Keybind reference
/dports/databases/namazu2/namazu-2.0.21/tknamazu/
H A DREADME113 + Keybind �Τ��������Ƥߤ���
/dports/mail/wanderlust/wanderlust-475514f/doc/
H A Dwl-ja.texi2437 @cindex Keybind, Folder Mode
2438 @cindex Keybind, Folder Buffer
3264 @cindex Keybind, Summary Mode
3265 @cindex Keybind, Summary Buffer
4517 @cindex Keybind, Message Mode
4518 @cindex Keybind, Message Buffer
5048 @cindex Keybind, Draft Mode
5049 @cindex Keybind, Draft Buffer
7250 @cindex Keybind, spam filter
H A Dwl.texi2441 @cindex Keybind, Folder Mode
2442 @cindex Keybind, Folder Buffer
3292 @cindex Keybind, Summary Mode
3293 @cindex Keybind, Summary Buffer
5072 @cindex Keybind, Draft Mode
5073 @cindex Keybind, Draft Buffer
7339 @cindex Keybind, spam filter
/dports/games/tesseract-data/tesseract/config/ui/
H A Dfkey.cfg630 // F10 Default Keybind Reference //
/dports/games/redeclipse/base-2.0.0/config/ui/
H A Dsettings.cfg1167 …uicheckbox "Advanced Keybind Settings" $advancedbinds $ui_checksize [advancedbinds = (! $advancedb…
/dports/x11-wm/enlightenment/enlightenment-0.24.2/po/
H A Dkm.po7165 msgid "Keybind Error"
H A Dzh_TW.po7176 msgid "Keybind Error"
H A Dfo.po7189 msgid "Keybind Error"
H A Dko.po7275 msgid "Keybind Error"
H A Dlt.po7122 msgid "Keybind Error"

123