sivarajankumar / gwt-cal

Automatically exported from code.google.com/p/gwt-cal
0 stars 0 forks source link

Delete an appointment on Mac #171

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
On mac there is not the canc button, so how I can delete an appointment from 
calendar?
I see that only KEY_DELETE is managed but I think that also BACKSPACE have to 
be managed in order to delete an appointment.

Thanks!

Original issue reported on code.google.com by daniele.renda on 2 Nov 2012 at 9:43

GoogleCodeExporter commented 8 years ago
Checking the keyboard options in Google Calendar 
(http://support.google.com/calendar/bin/answer.py?hl=en&answer=37034) and 
iCalendar, both have support for the "Delete" and "BackSpace" as delete 
shortcuts.

I'll also add support for BACKSPACE.

Original comment by ctasada on 15 Nov 2012 at 8:25

GoogleCodeExporter commented 8 years ago
Thanks!

Original comment by daniele.renda on 15 Nov 2012 at 8:27

GoogleCodeExporter commented 8 years ago
Done in rev436

Original comment by ctasada on 15 Nov 2012 at 9:39