Skip to content

Commit

Permalink
fall back for ibus-1.1.0.20090612
Browse files Browse the repository at this point in the history
  • Loading branch information
acevery committed Jun 14, 2009
1 parent 19d6cdf commit 7e41759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/table.py
Expand Up @@ -1157,7 +1157,7 @@ def _match_hotkey (self, key, code, mask):

return False

def process_key_event(self, keyval, keycode, state):
def process_key_event(self, keyval, state):
'''Process Key Events
Key Events include Key Press and Key Release,
modifier means Key Pressed
Expand Down

0 comments on commit 7e41759

Please sign in to comment.