Mercurial > enso_osx
changeset 14:5e34eb82d361
Changed the startup message of the key notifier.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sun, 24 Feb 2008 17:44:02 -0600 |
parents | f33df8208c7d |
children | af72a81169aa |
files | src/KeyNotifier.m |
diffstat | 1 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/KeyNotifier.m Sun Feb 24 13:09:13 2008 -0600 +++ b/src/KeyNotifier.m Sun Feb 24 17:44:02 2008 -0600 @@ -196,9 +196,13 @@ kCFRunLoopDefaultMode ); - printf( "Please make sure this program is running with " ); - printf( "super-user privileges, or else quasimodal keypresses " ); - printf( "will not be recognized.\n\n" ); + printf( "Please make sure either of the following is true:\n\n" + " (1) This program is running with super-user privileges.\n" + " (2) Access for assistive devices is enabled in the \n" + " Universal Access System Preferences.\n\n" + "If one or more of these conditions is not satisfied, then " + "quasimodal keypresses will not be recognized.\n" ); + printf( "Running event loop...\n" ); //CFRunLoopRunInMode( kCFRunLoopDefaultMode, 10.0, false );