Reviewers: nigeltao,
Message:
Hello
nige...@golang.org (cc:
ta...@googlegroups.com),
I'd like you to review this change to
https://code.google.com/p/taowm/
Description:
taowm: work with Google Chrome M35 (Aura).
Please review this at
https://codereview.appspot.com/108890043/
Affected files (+1, -1 lines):
M taowm/config.go
Index: taowm/config.go
===================================================================
--- a/taowm/config.go
+++ b/taowm/config.go
@@ -210,7 +210,7 @@
paZoomOut: {xp.ModMaskControl, '-'},
paZoomReset: {xp.ModMaskControl, '0'},
},
- "google-chrome": {
+ "Google-chrome": {
paTabNew: {xp.ModMaskControl, 't'},
paTabClose: {xp.ModMaskControl, 'w'},
paTabPrev: {xp.ModMaskControl, xkPageUp},