Adding copyurl and disable-fonts patch
This commit is contained in:
parent
ec58f77b6b
commit
35e6403c69
9 changed files with 258 additions and 3 deletions
|
|
@ -195,6 +195,9 @@ static Shortcut shortcuts[] = {
|
|||
{ ShiftMask, XK_Insert, selpaste, {.i = 0} },
|
||||
#endif // CLIPBOARD_PATCH
|
||||
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} },
|
||||
#if COPYURL_PATCH || COPYURL_HIGHLIGHT_SELECTED_URLS_PATCH
|
||||
{ MODKEY, XK_l, copyurl, {.i = 0} },
|
||||
#endif // COPYURL_PATCH
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue