Skip to content

Commit

Permalink
Removed hard coded CTRL
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Halford-Thompson committed Nov 9, 2013
1 parent 299671d commit 1f35636
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion vimari.safariextension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>Author</key>
<string>Various</string>
<key>Builder Version</key>
<string>8537.71</string>
<string>9537.71</string>
<key>CFBundleDisplayName</key>
<string>vimari</string>
<key>CFBundleExecutable</key>
Expand Down
8 changes: 4 additions & 4 deletions vimari.safariextension/Settings.plist
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<key>Key</key>
<string>scrollDownHalfPage</string>
<key>Title</key>
<string>Scroll Down Half Page CTRL-</string>
<string>Scroll Down Half Page</string>
<key>Type</key>
<string>TextField</string>
</dict>
Expand All @@ -158,7 +158,7 @@
<key>Key</key>
<string>scrollUpHalfPage</string>
<key>Title</key>
<string>Scroll Up Half Page CTRL-</string>
<string>Scroll Up Half Page</string>
<key>Type</key>
<string>TextField</string>
</dict>
Expand All @@ -168,7 +168,7 @@
<key>Key</key>
<string>goToPageTop</string>
<key>Title</key>
<string>Go to the top of the page CTRL-</string>
<string>Go to the top of the page</string>
<key>Type</key>
<string>TextField</string>
</dict>
Expand All @@ -178,7 +178,7 @@
<key>Key</key>
<string>goToPageBottom</string>
<key>Title</key>
<string>Go to the bottom of the page CTRL-</string>
<string>Go to the bottom of the page</string>
<key>Type</key>
<string>TextField</string>
</dict>
Expand Down

0 comments on commit 1f35636

Please sign in to comment.