mhogomchungu / ussd-gui

a Qt based GUI front end to libgammu capable of sending USSD codes and reading SMS from devices
Other
24 stars 5 forks source link

Sending USSD codes by pressing enter key #3

Closed morfikov closed 8 years ago

morfikov commented 8 years ago

There's a problem with sending USSD codes by pressing enter key on the keyboard. I have to use my mouse instead. Is there a way to fix that issue or am I forced to use the mouse?

mhogomchungu commented 8 years ago

The "S" at the "Send" button is underlined and this means you can press this button with "alt+s" key combo. I do not think clicking the "enter" button will work because you will probably be hitting the "enter" button when the "input" field has focus.

morfikov commented 8 years ago

Hmm, Alt+S is fine too. I thought it was just an "S" key, but it didn't work. I just didn't want to use my mouse.