pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86c230c
)
using ctrl-f to find.
author
Enno Boland (tox)
<tox@s01.de>
Fri, 25 Jun 2010 07:42:58 +0000
(09:42 +0200)
committer
Enno Boland (tox)
<tox@s01.de>
Fri, 25 Jun 2010 07:42:58 +0000
(09:42 +0200)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
c323a62
..
3b64d75
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-34,7
+34,7
@@
static Key keys[] = {
{ 0, GDK_Escape, stop, { 0 } },
{ MODKEY, GDK_o, source, { 0 } },
{ MODKEY, GDK_g, spawn, SETPROP("_SURF_URI", "_SURF_GO") },
- { MODKEY, GDK_
slash,
spawn, SETPROP("_SURF_FIND", "_SURF_FIND") },
+ { MODKEY, GDK_
f,
spawn, SETPROP("_SURF_FIND", "_SURF_FIND") },
{ MODKEY, GDK_n, find, { .b = TRUE } },
{ MODKEY|GDK_SHIFT_MASK,GDK_n, find, { .b = FALSE } },
};