Home
last modified time | relevance | path

Searched refs:KBD_COPY (Results 1 – 5 of 5) sorted by relevance

/dports/www/links/links-2.25/
H A Dhaiku.cpp425 dev->keyboard_handler(dev, KBD_COPY, 0); in be_get_event()
H A Dx.c1041 if (!casestrcmp(str, cast_uchar "XF86Copy")) { *key = KBD_COPY; return 1; } in x_translate_key()
H A Dlinks.h1766 #define KBD_COPY -0x144 macro
H A Dbfu.c1508 … KBD_INS && ev->y & KBD_CTRL) || (upcase(ev->x) == 'B' && ev->y & KBD_CTRL) || ev->x == KBD_COPY) { in dialog_func()
H A Dview.c2787 … KBD_INS && ev->y & KBD_CTRL) || (upcase(ev->x) == 'B' && ev->y & KBD_CTRL) || ev->x == KBD_COPY) { in field_op()