pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3058d5b
)
Mod + '/' for search.
author
Christoph Lohmann
<20h@r-36.net>
Sun, 28 Oct 2012 13:03:00 +0000
(14:03 +0100)
committer
Christoph Lohmann
<20h@r-36.net>
Sun, 28 Oct 2012 13:03:00 +0000
(14:03 +0100)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
8f8561a
..
79aa600
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-44,6
+44,7
@@
static Key keys[] = {
{ MODKEY, GDK_o, source, { 0 } },
{ MODKEY, GDK_g, spawn, SETPROP("_SURF_URI", "_SURF_GO") },
{ MODKEY, GDK_f, spawn, SETPROP("_SURF_FIND", "_SURF_FIND") },
+ { MODKEY, GDK_slash, spawn, SETPROP("_SURF_FIND", "_SURF_FIND") },
{ MODKEY, GDK_n, find, { .b = TRUE } },
{ MODKEY|GDK_SHIFT_MASK,GDK_n, find, { .b = FALSE } },
};