naidu / telephone

Automatically exported from code.google.com/p/telephone
Other
0 stars 0 forks source link

Convenient hotkeys #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There should be some convenient hotkeys.

Original issue reported on code.google.com by eofs...@gmail.com on 9 Feb 2009 at 5:43

GoogleCodeExporter commented 9 years ago
r482 added "Command-." hotkey for the Call End, "Command-M" for Mute, and 
"Command-H" for Hold.

Original comment by eofs...@gmail.com on 18 Feb 2009 at 1:00

GoogleCodeExporter commented 9 years ago
r585 removes new hotkeys for Hold and Mute and reverts to the old H and M. 
There should be buttons for these 
actions instead.

Original comment by eofs...@gmail.com on 2 Mar 2009 at 1:03

GoogleCodeExporter commented 9 years ago
r645 added Command-Return key equivalent for the Answer call button and 
Command-. key equivalent for the 
Decline call button.

Original comment by eofs...@gmail.com on 12 Mar 2009 at 5:02

GoogleCodeExporter commented 9 years ago
There really should be hot keys for this application:

Answer
Hangup
New Call
Hold
Mute

-John

Original comment by Johntdyer on 14 May 2009 at 4:41

GoogleCodeExporter commented 9 years ago
Answer is Command-Return
Hangup is Command-.
Hold is H (but probably will be changed)
Mute is M (but probably will be changed)

Original comment by eofs...@gmail.com on 14 May 2009 at 4:47

GoogleCodeExporter commented 9 years ago
Would it be possible to have a universal hot key for Answer that would work 
even when Telephone is not the 
frontmost application?

Original comment by douglsm...@gmail.com on 29 Jun 2009 at 8:03

GoogleCodeExporter commented 9 years ago
Yes, I'm also thinking about it.

Original comment by eofs...@gmail.com on 29 Jun 2009 at 9:25

GoogleCodeExporter commented 9 years ago
Issue 269 has been merged into this issue.

Original comment by eofs...@gmail.com on 4 Jan 2010 at 10:14

GoogleCodeExporter commented 9 years ago
I'd be interested in tackling this issue, as it seems useful and blocks 
improvements for other parts of the app (letters to DTMF conversion, for 
example). I see two improvements that should go hand in hand here:

(1) Change letter hotkeys to letter+modifier hotkeys 
(2) Allow global hotkeys

I think (1) is simple, as the .nib file could be changed.

(2) is complicated by the fact that previous to 10.6, a carbon api has 
available, but with 10.6 we have a cocoa api for global events. I'm sure that 
you are not keen on dropping support for 10.5, so perhaps coding in support for 
both is appropriate?

With your permission, i'll tackle this and submit a patch.

Original comment by ErikBeer...@gmail.com on 14 Dec 2010 at 4:37

GoogleCodeExporter commented 9 years ago
Yes, I've been thinking about (1), but I think it's even more important to show 
buttons for mute and hold. Only after that I can think of changing the 
shortcuts that were in Telephone since day one.

I don't see any true official way to implement global shortcuts. One of them is 
almost dead and another doesn't work without accessibility support. I heard one 
can assign any global shortcut to any Mac OS X app using third-party apps.

Original comment by eofs...@gmail.com on 19 Dec 2010 at 12:14