Skip to content

Commit

Permalink
update document for #6
Browse files Browse the repository at this point in the history
  • Loading branch information
kjnh10 committed Sep 6, 2018
1 parent dc7fc6d commit 26e1b2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Public Sub init()
End Sub

private sub mykeymap()
'keys used for application default command
'You can exclude any keys from this software and use them for excel default feature like {^f} => search.
Application.OnKey "^{f}"
Application.OnKey "^{a}"
Application.OnKey "^{c}"
Expand All @@ -123,7 +123,6 @@ private sub mykeymap()
Application.OnKey "^{w}"
Application.OnKey "^{x}"
Application.OnKey "^{z}"
Application.OnKey "{F2}"
Application.OnKey "{F11}"
Application.OnKey "{F12}"

Expand Down
1 change: 0 additions & 1 deletion doc/sample_user_config_dir/vimx/user_configure.bas
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ private sub mykeymap() '{{{
Application.OnKey "^{w}"
Application.OnKey "^{x}"
Application.OnKey "^{z}"
Application.OnKey "{F2}"
Application.OnKey "{F11}"
Application.OnKey "{F12}"

Expand Down

0 comments on commit 26e1b2f

Please sign in to comment.