diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-09-19 21:04:01 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-09-19 21:04:01 -0700 |
commit | fcd9439bf5883eda6d4ee55c9a58932679b9b829 (patch) | |
tree | 987f5360df3cc56c656d7fbcaf5b754634dbc2a6 /ext/bg | |
parent | 7666d6a3e6b43f102f79d9f684f4cb5195790c67 (diff) |
Updating readme
Diffstat (limited to 'ext/bg')
-rw-r--r-- | ext/bg/import.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/bg/import.html b/ext/bg/import.html index b5d2db68..34df2126 100644 --- a/ext/bg/import.html +++ b/ext/bg/import.html @@ -45,7 +45,8 @@ <ol> <li>Left-click on the <img src="../img/icon16.png" alt> icon to enable or disable Yomichan for the current browser instance.</li> <li>Right-click on the <img src="../img/icon16.png" alt> icon and select <em>Options</em> to open the Yomichan options page.</li> - <li>Hold down <kbd>Shift</kbd> or the middle mouse button as you move your cursor over text to see definitions (or <kbd>Shift</kbd> + <kbd>Ctrl</kbd> for Kanji).</li> + <li>Hold down <kbd>Shift</kbd> (or the middle mouse button) as you hover over text to see term definitions.</li> + <li>Hold down <kbd>Ctrl</kbd> + <kbd>Shift</kbd> (or the middle mouse button) as you hover over text to see Kanji definitions.</li> <li>Resize the definitions window by dragging the bottom-left corner inwards or outwards.</li> <li>Click on Kanji in the definition window to view additional information about that character.</li> </ol> |