Locking the keyboard/screen during iPhoto slideshow?

I am a wedding photographer looking to step my game up to the next level. One of the ways I have decided that I want to do that is to set up a "same-day slideshow" at the reception. Essentually, this is a set of 20-30 images I captured during the day, that the guests will be able to view during the reception. I plan to tuck myself away while everyone is eating dinner [the only downtime for a wedding photographer] and quickly upload my images & place 20-30 of them into a slideshow in iPhoto. I then want to set my Macbook Pro up so that the guests can view the slideshow - my question is: is there any way to lock the keyboard/screen while the slideshow is playing so I can step away from my laptop and not worry about some smart-aleck trying to check his email? Thanks in advance!

You need an slideshow app that gives you more control over the Soundtrack.
Alternatives to iPhoto's slideshow include:
iMovie, on every Mac sold.
Others, in order of price:  PhotoPresenter  $29
PhotoToMovie  $49.95
PulpMotion  $129
FotoMagico $29 (Home version) ($149 Pro version, which includes PhotoPresenter)
Final Cut Express  $199
It's difficult to compare these apps. They have differences in capability - some are driven off templates. some aren't. Some have a wider variety of transitions. Others will have excellent audio controls. It's worth checking them out to see what meets your needs.  However, there is no doubt that Final Cut Express is the most capable app of them all. You get what you pay for.

Similar Messages

  • Can you lock the keyboard in position

    Can you lock the keyboard

    You can lock the screen, which would lock the keyboard/Screen. You can "Dock" the keyboard and "undock it". When the keyboard is up, hold your figer down on the bottom right (keyboard picture) and hit dock. To lock the screen double tap home, swipe right, on the far left big circle, tap it.

  • How do I 'lock the keyboard' to prevent any more keypresses being sent on X11/Linux/Gnome?

    I am writing an anti-RSI/typing break programme for Ubuntu Linux in python. I would like to be able to "lock the keyboard" so that all keypresses are ignored until I "unlock" it. I want to be able to force the user to take a typing break.
    I would like some programmatic way to "turn off" the keyboard (near instantaneously) until my programme releases it later (which could be 0.1 sec → 10 sec later). While I have "turned off the keyboard", no key presses should be sent to any
    windows, window managers, etc. Preferably, the screen should still show the same content. The keyboard should be locked even if this programme is not at the forefont and does not have focus.
    Some programmes are able to do this already (e.g. Work Rave)
    How do I do this on Linux/X11? (Preferable in Python)

    class KeyboardLocker:
    def __init__(self, serio=0):
    self._on = False
    self.serio = serio
    def on(self):
    return self._on
    def write_value(self,path, value):
    with open(path, "a") as f:
    f.write(value)
    def toggle(self):
    if self.on():
    self.turn_off()
    else:
    self.turn_on()
    def description(self):
    path = '/sys/devices/platform/i8042/serio%d/description' % (self.serio,)
    with open(path, "r") as f:
    description = f.read()
    return description
    def turn_on(self):
    try:
    self.write_value('/sys/devices/platform/i8042/serio%d/bind_mode' % (self.serio,),
    'auto')
    except IOError, e:
    self._on = False
    raise
    else:
    self._on = True
    return self.on()
    def turn_off(self):
    try:
    self.write_value('/sys/devices/platform/i8042/serio%d/bind_mode' % (self.serio,),
    'manual')
    self.write_value('/sys/devices/platform/i8042/serio%d/drvctl' % (self.serio,),
    'psmouse')
    except IOError, e:
    self._on = True
    raise
    else:
    self._on = False
    return self.on()
    if __name__ == "__main__":
    kl = KeyboardLocker(serio=0)
    device = kl.description()
    print "We got a lock on", device
    proceed = raw_input("Do you want to proceed? (y/n)").lower().startswith("y")
    import sys
    if not proceed: sys.exit(1)
    kl.turn_off()
    import time
    wait = 5
    print "Sleeping few seconds...", wait
    time.sleep(wait)
    print "Voila!"
    kl.turn_on()
    raw_input("Does it work now?")
    Tested on Linux Mint 12, X11, HP Laptop, Gnome. Not sure if any of that matters though :)
    UPDATE Added an option to change the path, e.g. "serio0" or "serio1". And prints the description, for me serio0 gave me: i8042
    KBD port, most likely if you have "KBD" in it, it's right, continue, otherwise I give you no guarantee :)

  • How to lock the keyboard - macbook

    I know most people are trying to UNlock their keyboards....
    My wife uses her macbook to show movies to my 3 and 4yr old while traveling. But the kids can't helpthemselves and after 5 minutes try and "type like mama". which inevitably stops the DVD causes another program to open or something. Anyone with kids knows this instant "mayhem and change" on the screen only encourages the behavior.
    Good kids.. but who can resist playing with a Mac, regardless of how old they are
    Is there a way to lock the keyboard to that only pressing a certain combo will enable it again? (and keep programs/DVD running)
    Thanks
    -mosermac2

    There's not a function to turn off the keyboard however you can turn mouse keys on and most of the keyboard keys will be ignored.
    The shortcut for this is pressing Option five times.  Do it again to turn mouse keys off.
    Also can be set in System Preferences > Universal Access > Mouse & Trackpad tab.
    Regards,
    Captfred

  • Locking the keyboard

    Hi,
    I've a blackberry curve 9300. Recently, when it comes to lock the keyboard, I press the play/pause button (on the top) and it makes sound! It's very annoying and I can not keep my phone quiet!
    Please help me! Thank you

    Hey,
    Welcome to the BlackBerry® Support Community Forums.
    Do you have Key tones enabled on the BlackBerry 9300 smartphone? You can check by completing the following:
    1. On the Home screen or in a folder, click the Options icon.
    2. Click Screen/Keyboard.
    3. Set the Key Tone field to Off.
    4. Press the Menu key.
    5. Click Save.
    Let me know if this helps.
    Thanks.
    -HB
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Is it possible to lock the keyboard of a client from a server using java

    please explain wheterit is possible to lock the keyboard of a client from a server using java

    You want to process code on one machine, and thereby lock the keyboard on another machine? No, that's not possible. It is extremely far from possible.
    Of course, if the client is running software with security holes in it you might hack into it and crash the thing. This will lock up the keyboard pretty good. I hope that's not what you want ...
    Or are you talking about a setup where you already have code running on the client, and some sort of communication between client and server? In that case what you need to know is whether it is possible to lock the keyboard at all. Once you have figured that out, it is trivial to add the communication code to have the server software tell the client software to lock the keyboard.
    So what do you mean with "lock the keyboard"? It's pretty easy to remove/disable all keyboard related listeners in your own application. It's a lot harder (and AFAIK impossible with pure java) to disable alt-tabbing out of the application. And impossible, except from exploiting security holes, to lock the ctrl-alt-delete-combination on windows machine.

  • I'm getting the grey screen during start up and can't boot the computer. I did a cmnd R but worried it would automatically wipe my hard drive and reinstall OS.  Is there a risk at cmnd R will result in wiped HD without me actively making that choice?

    I'm getting the grey screen during start up and can't boot the computer - MacBook Pro with lion.
    I did a command r after doing some research but got nervous that it would automatically wipe my hard drive and reinstall OS.
    I was nervous because it asked me for language for software use before any options were presented (such as repair via disk utility). It looked similar to an OS install.So I powered off....Is there a risk at command r will result in wiped HD without me actively making that choice?

    Repair the Hard Drive and Permissions - Mavericks, Lion/Mountain Lion
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported then click on the Repair Permissions button. When the process is completed, then quit DU and return to the main menu. Select Restart from the Apple menu.
    Reinstall Mountain Lion or Mavericks
    OS X Mavericks- Reinstall OS X
    OS X Mountain Lion- Reinstall OS X
         Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is
                    three times faster than wireless.

  • Is it possible to lock the keyboard please?

    Hi
    I've got a Pavilion dv6 notebook and would like to know if its possible to intentionally lock the keyboard. This is to prevent my 3 year old daughter from accidentally pressing the keys whilst she watches a DVD.
    A speedy response would be appreciated as we're heading overseas tomorrow (Wed 9 Feb) and I'd like to know the answer before we fly.
    thanks!

    Not really.
    Windows+L locks the laptop and requires a passsword. T
    he problem is that  the notebook can't be used while it is locked.
    You woud be better off buying a travel DVD player if you want to avoid the risk of a three year old's curiousity.
    Best regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • HT4085 how to lock the tauch screen with some password or dots like android to prevent misuse. And also screen lock to prevent interruption while watching movie reading books etc.

    how to lock the tauch screen with some password or dots like android to prevent misuse. And also screen lock to prevent interruption while watching movie reading books etc.

    You can set a passcode to be requied to unlock the iPad via Settings > General > Passcode Lock. In terms of locking the actual screen whilst using an app, then that isn't currently possible, but with iOS 6 in the Autumn there will be a new 'accessibility' feature (from here) which will allow you :
    ... to limit an iOS device to one app by disabling the Home button, as well as restrict touch input on certain areas of the screen

  • I cannot select the shuffle feature in Iphoto slideshow.  Can some one help?

    I cannot select the shuffle feature in Iphoto slideshow.  Can some one help?

    I would like to use an external monitor (plasma tv) with my MacBook Pro also, which has a resolution 1365x768 - a resolution which is not available under the Display Preferences. I can use the plasma at a 4:3 radio resolution, but I don't see ANY 16:9 radio resolutions available.
    Have you found a solution to this yet?
    MacBookPro Mac OS X (10.4.6)

  • HT4211 I just updated my iPad 2 to iOS 7 and whenever I try to type on the keyboard screen, it takes several seconds to acknowledge the key press. It really is slow.How can I fix this?

    I just updated my iPad 2 to iOS 7 and whenever I try to type on the keyboard screen, it takes several seconds to acknowledge the key press. It really is slow.How can I fix this?

    Settings>General>Reset>Reset All Settings

  • Auto locking the keyboard in curve 9300

    Hello, i would like to know if there is a way, with the phone by itself or with any app, to auto lock the keyboard.
    In any nokia phone (the old ones, not smartphones) you can set it to auto lock after X seconds you didnt use the phone. Thats what I need.
    The thing is, i have the phone locked in my pocket. I recieve a call, I answer it, and when I finish, the phone stay unlocked. I forguet to lock it again, put in my pocket, and hell unleashes (phone calls, messages, and more without wanting).
    So, I want my phone to lock itself after 15 sefonds in stand by. And to stay locked after i recieve a call.
    Thanks in advance.

    Hey Mr elancio,
    The device does not have a setting
    to lock the key board automatically; you can set a security password to
    lock the device, but you will need to use a password to unlock each time:
    Go to Options> Password> Change the Password field to Enabled.
    Set the Lock after time and check off allow out going calls while locked
    I hope this helps.
    -HB
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Locking the remote screen in screen sharing?

    Hi,
    10.5 had the option in screen sharing to "lock" the remote screen when you were accessing it via Screen Sharing... I still have it in my notes (love me some EverNote) and it went something like this...
    defaults write com.apple.ScreenSharing \
    'NSToolbar Configuration ControlToolbar' -dict-add 'TB Item Identifiers' \
    '(Scale,Control,Share,Curtain,Capture,FullScreen,GetClipboard,SendClipboard,Quality)'
    Specifically the "Curtain" option... I've tried doing the same thing on 10.6, but no dice, and have resorted to changing the brightness to zero in System Preferences   So my question is...
    Is there any way to lock the remote screen when I am accessing my home mac via Screen Sharing?
    Thanks!
    Jay

    The lock switch is the only way to prevent rotation, sorry.

  • Why lock the iPhone Screen programmatically in iOS 7 ?

    why lock the iPhone Screen programmatically in iOS 7 ?

    I have the exact same problem. Thought I was losing my mind! This problem has existed since 7.1b1. Oddly enough, my cousin has the exact same phone and his vibrates as normal while the dialogue box is open, Mine is so faint I barely notice it. It used to be "buzz! buzz!", now it's more like "buh"

  • Is there a way to 'number lock', the keyboard

    When entering numerical characters, if you use the spacebar, the keyboard reverts back to the letter character set. Is there a way to number lock the keyboard to stop this happening?
    If not, it may be a consideration for a future update.

    Is there a way to number lock the keyboard to stop this happening?
    No
    it may be a consideration for a future update.
    http://www.apple.com/feedback

Maybe you are looking for

  • Error Message after installing Photoshop & Illustrator (CS2) on new iMac

    When I launch Illustrator or Photoshop (both CS2) on my new iMac 2.8 GHz, I get the error message: "Connection Failed. server may not exist or is not operational at this time. Check the server name or IP address and your network connection and try ag

  • BLOB and SQL server

    BLOB suppose i want to insert image into SQL server table.....what would be table design ? should i write IMAGE   varchar(50);  // its wrong ..so whats right to put a blob in a column ?

  • Error Message during Publication ERR MIG 00014 : impossible de publier

    Dear All, I receive this error when I want convert Desk Intelligence reports to Webi in BO Edge XI 3.1 SP3 ( Fixpack 3.5 ). Step : I migrate 1349 reports from old to new BO server ( size 8,9 Go ) Temp folder is fill in with on BO server But, when I l

  • CSS 11052 & 11501

    hi Is it possible to do load balancing and failover with css11052 and css11501 Thanks for yor response

  • Inherited primary key - how to realize (INVOICE - ITEM_OF_INVOICE example)

    Hi, how to realize (=create) following. I have two tables, first table is 'INVOICE' (PK is column INVOICE_NO) and second table is 'ITEM_OF_INVOICE' (PK is columns INVOICE_NO [inherited from table 'INVOICE'] and 'ITEM_ID'). Table: INVOICE PK: INVOICE_