ahk: move SPC m h r to SPC m h H

This commit is contained in:
syl20bnr 2016-07-05 00:12:35 -04:00
parent 51a49cbdcd
commit c2c0bfa969
2 changed files with 2 additions and 2 deletions

View File

@ -40,4 +40,4 @@ file.
| ~SPC m c c~ | line comment |
| ~SPC m e b~ | execute file with =autohotkey.exe= |
| ~SPC m h h~ | open documentation in =browser= |
| ~SPC m h r~ | open documentation in local =chm= |
| ~SPC m h H~ | open documentation in local =chm= |

View File

@ -23,4 +23,4 @@
"cc" 'ahk-comment-dwim
"eb" 'ahk-run-script
"hh" 'ahk-lookup-web
"hr" 'ahk-lookup-chm)))
"hH" 'ahk-lookup-chm)))