code review 157070043: taowm: change the default screen-lock button to CapsLoc... (issue 157070043 by nigeltao@golang.org)

1 view
Skip to first unread message

nige...@golang.org

unread,
Oct 15, 2014, 5:04:30 AM10/15/14
to nige...@golang.org, ta...@googlegroups.com, re...@codereview-hr.appspotmail.com
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: change the default screen-lock button to CapsLock-Shift-|,
as it is easy to mis-type Shift-| as CapsLock-\.

Please review this at https://codereview.appspot.com/157070043/

Affected files (+1, -1 lines):
M taowm/config.go


Index: taowm/config.go
===================================================================
--- a/taowm/config.go
+++ b/taowm/config.go
@@ -69,7 +69,7 @@
}{
+' ': {doExec, []string{"google-chrome"}},
^' ': {doExec, []string{"google-chrome", "--incognito"}},
- +'\\': {doExec, []string{"gnome-screensaver-command", "-l"}},
+ ^'|': {doExec, []string{"gnome-screensaver-command", "-l"}},
+xkReturn: {doExec, []string{"gnome-terminal"}},
^xkReturn: {doExec,
[]string{"dmenu_run", "-nb", "#0f0f0f", "-nf", "#3f7f3f",
"-sb", "#0f0f0f", "-sf", "#7fff7f", "-l", "10"}},


nige...@golang.org

unread,
Oct 15, 2014, 5:08:12 AM10/15/14
to nige...@golang.org, ta...@googlegroups.com, re...@codereview-hr.appspotmail.com
*** Submitted as
https://code.google.com/p/taowm/source/detail?r=1eb8a79aa98a ***

taowm: change the default screen-lock button to CapsLock-Shift-|,
as it is easy to mis-type Shift-| as CapsLock-\.

TBR=nigeltao
R=nigeltao
CC=taowm
https://codereview.appspot.com/157070043


https://codereview.appspot.com/157070043/
Reply all
Reply to author
Forward
0 new messages