Skip to content

Commit

Permalink
Update README.markdown for added Ctrl+R
Browse files Browse the repository at this point in the history
  • Loading branch information
livibetter committed Aug 28, 2011
1 parent cf3db21 commit f5d143e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Expand Up @@ -17,14 +17,14 @@ key('c', 'issues', function(){
console.log('c/issues');
});

key('command+r', 'issues', function(){
console.log('Hijacked Command+R, damn!');
key('command+r, ctrl+r', 'issues', function(){
console.log('Hijacked Command+R or Ctrl+R, damn!');
return false;
});

key('i', function(){
keyScope('issues');
console.log('Switched to "issues" scope. Command+R is now no longer reloading...');
console.log('Switched to "issues" scope. Command+R or Ctrl+R is now no longer reloading...');
});

key('i', function(){
Expand Down

0 comments on commit f5d143e

Please sign in to comment.