Home
last modified time | relevance | path

Searched refs:grab_key (Results 1 – 25 of 78) sorted by relevance

1234

/dports/graphics/aloadimage/arcan-0.6.1/data/scripts/builtin/
H A Dwmsupport.lua55 local grab_key
59 if key and not grab_key then
60 grab_key = key
62 return grab_key
72 assert(grab_key ~= nil)
73 if key == grab_key then
74 grab_key = nil
/dports/sysutils/acfgfs/arcan-0.6.1/data/scripts/builtin/
H A Dwmsupport.lua55 local grab_key
59 if key and not grab_key then
60 grab_key = key
62 return grab_key
72 assert(grab_key ~= nil)
73 if key == grab_key then
74 grab_key = nil
/dports/x11/aclip/arcan-0.6.1/data/scripts/builtin/
H A Dwmsupport.lua55 local grab_key
59 if key and not grab_key then
60 grab_key = key
62 return grab_key
72 assert(grab_key ~= nil)
73 if key == grab_key then
74 grab_key = nil
/dports/x11/arcan-trayicon/arcan-0.6.1/data/scripts/builtin/
H A Dwmsupport.lua55 local grab_key
59 if key and not grab_key then
60 grab_key = key
62 return grab_key
72 assert(grab_key ~= nil)
73 if key == grab_key then
74 grab_key = nil
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpsysinfo/includes/os/
H A Dclass.Darwin.inc.php43 function grab_key ($key) { function in sysinfo
73 $results['cpus'] = $this->grab_key('hw.ncpu');
74 …$results['cpuspeed'] = round($this->grab_key('hw.cpufrequency') / 1000000); // return cpu speed - …
75 …$results['busspeed'] = round($this->grab_key('hw.busfrequency') / 1000000); // return bus speed - …
76 $results['cache'] = round($this->grab_key('hw.l2cachesize') / 1024); // return l2 cache
78 …if (($this->grab_key('hw.model') == "PowerMac3,6") && ($results['cpus'] == "2")) { $results['model…
79 …if (($this->grab_key('hw.model') == "PowerMac7,2") && ($results['cpus'] == "2")) { $results['model…
80 …if (($this->grab_key('hw.model') == "PowerMac1,1") && ($results['cpus'] == "1")) { $results['model…
117 $s = $this->grab_key('hw.memsize');
H A Dclass.BSD.common.inc.php52 function grab_key ($key) { function in bsd_common
75 $s = $this->grab_key('kern.version');
91 $s = $this->grab_key('vm.loadavg');
97 if ($fd = $this->grab_key('kern.cp_time')) {
107 $fd = $this->grab_key('kern.cp_time');
121 $results['model'] = $this->grab_key('hw.model');
122 $results['cpus'] = $this->grab_key('hw.ncpu');
219 $s = $this->grab_key('hw.physmem');
227 $pagesize = $this->grab_key('hw.pagesize');
H A Dclass.FreeBSD.inc.php44 $s = explode(' ', $this->grab_key('kern.boottime'));
97 $pagesize = $this->grab_key("hw.pagesize");
98 $results['ram']['cached'] = $this->grab_key("vm.stats.vm.v_cache_count") * $pagesize / 1024;
100 $results['ram']['app'] = $this->grab_key("vm.stats.vm.v_active_count") * $pagesize / 1024;
/dports/textproc/stardict3/stardict-3.0.6/dict/src/
H A Dx11_iskeyspressed.cpp298 grab_key.key.sym=0; in set_comb()
301 grab_key.type=SYM; in set_comb()
302 grab_key.event_type=PRESS; in set_comb()
303 grab_key.key.sym=key; in set_comb()
304 grab_key.modifier=modifier; in set_comb()
305 grab_keys(display, &grab_key, 1); in set_comb()
312 if (grab_key.key.sym!=0) in is_pressed()
320 if (grab_key.key.sym==0) in ungrabkeys()
343 if (keysym==th->grab_key.key.sym && state==th->grab_key.modifier) { in key_filter()
347 if (keysym==th->grab_key.key.sym) { in key_filter()
H A Dx11_iskeyspressed.h64 Keys_t grab_key; variable
/dports/x11/xbindkeys/xbindkeys-1.8.6/
H A DMakefile.am15 grab_key.c grab_key.h
19 xbindkeys_DEPENDENCIES=xbindkeys.o keys.o options.o get_key.o grab_key.o
H A DMakefile.in57 options.$(OBJEXT) get_key.$(OBJEXT) grab_key.$(OBJEXT)
214 grab_key.c grab_key.h
216 xbindkeys_DEPENDENCIES = xbindkeys.o keys.o options.o get_key.o grab_key.o
365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grab_key.Po@am__quote@
/dports/x11/wmcliphist/wmcliphist/
H A Dhotkeys.c122 #define grab_key(keysym, basemask) \ macro
182 grab_key(menukey, menukey_mask); in hotkeys_init()
183 grab_key(prev_item_key, prev_item_mask); in hotkeys_init()
184 grab_key(exec_item_key, exec_item_mask); in hotkeys_init()
/dports/x11/stjerm/stjerm-0.18/src/
H A Dshortcut.c37 void grab_key(void);
71 void grab_key(void) in grab_key() function
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/
H A Ddgroups.py64 dgroup.qtile.grab_key(key)
65 dgroup.qtile.grab_key(key_s)
66 dgroup.qtile.grab_key(key_c)
/dports/x11-wm/wmii/wmii-3.6/cmd/wmii/
H A Dkey.c55 grab_key(Key *k) { in grab_key() function
233 grab_key(k); in update_keys()
242 grab_key(k); in update_keys()
/dports/audio/gmpc/gmpc-11.8.16/src/Tools/
H A Dmm-keys.h55 void grab_key(int key, int keycode, unsigned int mask);
/dports/x11-wm/sdorfehs/sdorfehs-1.2/
H A Dinput.h36 void grab_key(KeySym keysym, unsigned int modifiers, Window grab_window);
/dports/x11-wm/ratpoison/ratpoison-1.4.9/src/
H A Dinput.h35 void grab_key (KeySym keysym, unsigned int modifiers, Window grab_window);
/dports/x11/deskmenu/deskmenu-1.4.5/src/
H A Ddeskmenu.h66 extern void grab_key (int, unsigned int, Window);
H A Dkeyboard.c57 grab_key (int keycode, unsigned int modifiers, Window w) in grab_key() function
/dports/x11-wm/openbox/openbox-3.6/openbox/
H A Dgrab.h51 void grab_key(guint keycode, guint state, Window win, gint keyboard_mode);
H A Dkeyboard.c55 grab_key(p->key, p->state, obt_root(ob_screen), in grab_keys()
60 grab_key(config_keyboard_reset_keycode, in grab_keys()
/dports/net-im/pidgin-hotkeys/pidgin-hotkeys-0.2.4/src/
H A Dhotkeys.h78 gboolean grab_key(GdkDisplay* gdisplay,
H A Dhotkeys.c196 grab_key(display, root, hotkeys + i)) in grab_keys()
233 if (bool && grab_key(display, root, key)) in hotkey_set_bool()
301 if (key->code && grab_key(display, root, key)) in on_entry_focus_out_event()
/dports/x11-wm/tinywm/tinywm-1.3/
H A Dtinywm.py12 root.grab_key(XK.string_to_keysym("F1"), X.Mod1Mask, 1,

1234