• Saul Ibarra's avatar
    Fixed processing DTMF tones · 59fcf8df
    Saul Ibarra authored
    
    On Windows event.key() always returns the key code regardless
    of the modifiers that where used, unlike Linux. On Windows both 3 and
    Shift+3 give a 51 code, whereas on Linux 3 gives 51 but Shift+3 gives 35.
    So, lets use the unicode representation of the typed charcter.
    59fcf8df
Name
Last commit
Last update
..
configuration Loading commit data...
google Loading commit data...
update Loading commit data...
widgets Loading commit data...
__init__.py Loading commit data...
aboutpanel.py Loading commit data...
accounts.py Loading commit data...
chatwindow.py Loading commit data...
contacts.py Loading commit data...
event.py Loading commit data...
filetransferwindow.py Loading commit data...
history.py Loading commit data...
logging.py Loading commit data...
mainwindow.py Loading commit data...
preferences.py Loading commit data...
presence.py Loading commit data...
resources.py Loading commit data...
sessions.py Loading commit data...
util.py Loading commit data...