log

age author description
Sat, 09 Oct 2010 03:00:09 -0700 Atul Varma Change default quasimode key to ctrl instead of option. default tip
Mon, 12 Apr 2010 19:56:24 -0700 Atul Varma Fixed TODOs; window.reload() works now.
Mon, 12 Apr 2010 11:49:46 -0700 Atul Varma Added TODOs
Mon, 12 Apr 2010 11:42:22 -0700 Atul Varma Quasimode app now terminates on window.close().
Mon, 12 Apr 2010 11:08:06 -0700 Atul Varma Added sample HTML/JS code.
Mon, 12 Apr 2010 10:55:46 -0700 Atul Varma Quasimode now takes a url or file path for the UI as its argument.
Mon, 12 Apr 2010 10:16:36 -0700 Atul Varma Refactored URL of Quasimode to be passed-in via constructor.
Mon, 12 Apr 2010 10:08:28 -0700 Atul Varma quasimode events now come with complete modifier key information.
Mon, 12 Apr 2010 06:57:47 -0700 Atul Varma Added event.keyIdentifier and event.keyLocation properties to quasimodal DOM event data.
Mon, 12 Apr 2010 01:40:16 -0700 Atul Varma quasimodal events now propogate to JS.
Mon, 12 Apr 2010 01:09:30 -0700 Atul Varma Integrated event tap code into quasimode code.
Mon, 12 Apr 2010 00:56:03 -0700 Atul Varma added 'quasimodeKey:' parameter to QuasimodalEventTap's init selector.
Mon, 12 Apr 2010 00:43:20 -0700 Atul Varma change notification protocol and made test program get notifications instead of relying on debug messages.
Mon, 12 Apr 2010 00:15:06 -0700 Atul Varma Brought back the notification center code to QuasimodalEventTap, we can just use the in-process one instead of setting up some complicated observer protocol.
Sun, 11 Apr 2010 23:53:49 -0700 Atul Varma Refactored event tap C code into an Objective-C class.