Skip to content

Commit

Permalink
Updated typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash1sh27 authored and boppreh committed Mar 23, 2020
1 parent 4ea4a85 commit 4d53bb5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ created. To remove a hooked key use [`unhook_key(key)`](#keyboard.unhook_key) or
[`unhook_key(handler)`](#keyboard.unhook_key).

Note: this function shares state with hotkeys, so [`clear_all_hotkeys`](#keyboard.clear_all_hotkeys)
affects it aswell.
affects it as well.



Expand Down Expand Up @@ -537,7 +537,7 @@ add_hotkey('ctrl+alt+enter, space', some_callback)
[\[source\]](https://github.com/boppreh/keyboard/blob/master/keyboard/__init__.py#L745)


Removes a previously hooked hotkey. Must be called wtih the value returned
Removes a previously hooked hotkey. Must be called with the value returned
by [`add_hotkey`](#keyboard.add_hotkey).


Expand Down Expand Up @@ -830,7 +830,7 @@ Returns the event handler created. To remove a word listener use
[`remove_word_listener(word)`](#keyboard.remove_word_listener) or [`remove_word_listener(handler)`](#keyboard.remove_word_listener).

Note: all actions are performed on key down. Key up events are ignored.
Note: word mathes are **case sensitive**.
Note: word matches are **case sensitive**.



Expand Down Expand Up @@ -885,4 +885,3 @@ Given a key name (e.g. "LEFT CONTROL"), clean up the string and convert to
the canonical representation (e.g. "left ctrl") if one is known.



0 comments on commit 4d53bb5

Please sign in to comment.