Spacebar doesn't work as hand tool anymore

Spacebar doesn't work as hand tool anymore in CC 2014
How can I use it? I can not specify the spacebar as a quick button on the hand-tool
Only letters can be used to assign keyboard shortcuts

Hey! try this it is very simple and it worked for me.
1. Open photoshop
2. Go to the top left corner where the list of tools are. right under the "MAC apple"
3. hit right click and select "reset all tools"
4. restart photoshop and that should be it.
I hope it helps.  

Similar Messages

  • Numbers 3.2 has changed too much, it doesn't work with my project anymore. How do I revert back to the previous version I was using?

    Numbers 3.2 has changed too much, it doesn't work with my project anymore. 1) The sheet panels used to be on the left hand side and easily reviewable and searchable, but now they are on the top and it's harder to find a specific folder without scrolling (too time consuming), 2) I used to be able to duplicate a folder within my sheet panel window by simply clicking on a folder and hitting Command D, but that doesn't work now so it looks like I'll have to spend even more time to recreate the same tables that used to be easily duplicated, and 3) I can't choose fill colors that matched my project anymore because there are only limited choices available now. And these are only the changes that I'm aware of. I am very disappointed and frustrated. Whatever the motivation was to limit Numbers 3.2, I want the previous version back. How do I revert back to the previous version I was using?

    The sheet panels used to be on the left hand side and easily reviewable and searchable, but now they are on the top and it's harder to find a specific folder without scrolling (too time consuming),
    You can scroll more quickly between sheets if you don't use the left-right triangles, but instead move the cursor up into the bands with the "tabs" and drag right or left.
    Also, if you have a lot if sheets for which you want a quick vertical list, then you can try the following have something like this pop up (showing your sheet names automatically) whenever you hit a keyboard shortcut (in my case shift-command-j):
    This is done via a Jump to Sheet Automator Service (Dropbox download).  To install just doubleclick the .workflow package and (if needed) click 'Download Anyway' in System Preferences > Privacy & Security.
    This will cause a new item to appear in your Numbers > Services menu.  Then, if you want a keyboard shortcut, go here in System Preferences and add one:
    You can rename or remove the service by holding down the option key in Finder and choosing Go > Library > Services. You can also view the AppleScript contaned within the service by opening the .workflow package in Automator.
    This particular service jumps to the first cell of the first table of the sheet you choose from an automatically generated list of all sheets in the current document.
    SG

  • HELP! Uploading AS3 Game to server, no sound and Spacebar doesn´t work HELP!

    Hello, relatively new to AS3 and flash, this is the first time i am publishing anything. We are trying to upload our simple flashgame to our webserver, the game works perfectly fine locally save for one thing. We get an error regarding TLF which says it wont stream or something. So when it gets online, no sounds play and spacebar doesn't work, left and right arrow does work. We have three TLF text fields that are used to update score, lives and show you final score. If i turn these into classical text they stop working.
    Things we have tried: Changing default linkage from RLS to Merged into code, changing the text boxes to classical text(they then stop working), made sure the paths are correct(all files are in the same directory including the .swz file)
    This is the code from the soundclass:
    package 
        import flash.net.URLRequest;
        import flash.media.Sound;
        import flash.media.SoundChannel;
        import flash.events.*;
        public class MySound
            private var bgSound:Sound;
            private var fireSound:Sound;
            private var waterSound:Sound;
            private var earthSound:Sound;
            private var lightSound:Sound;
            private var soundChannel:SoundChannel;
            public function MySound()
                soundChannel = new SoundChannel();
                bgSound = new Sound();
                var req:URLRequest = new URLRequest("BackgroundSound.mp3");
                bgSound.load(req);
                //fire
                fireSound = new Sound();
                var req2:URLRequest = new URLRequest("soundFire.mp3");
                fireSound.load(req2);
                // water
                waterSound = new Sound();
                var req3:URLRequest = new URLRequest("soundWater.mp3");
                waterSound.load(req3);
                // earth
                earthSound = new Sound();
                var req4:URLRequest = new URLRequest("soundEarth.mp3");
                earthSound.load(req4);
                // light
                lightSound = new Sound();
                var req5:URLRequest = new URLRequest("soundLight.mp3");
                lightSound.load(req5);
            public function playBgSound()
                soundChannel = bgSound.play(0, 999999);
            public function stopBgSound()
                soundChannel.stop();
            public function playFireSound()
                fireSound.play();
            public function playWaterSound()
                waterSound.play();
            public function playEarthSound()
                earthSound.play();
            public function playLightSound()
                lightSound.play();
    I can somewhat get that sound can bugg out, but why does spacebar stop functioning? ANy help is greatly appreciated as this has to be delivered in twelve hours(published online) for a school assignment.

    Also might add publishing it locally in my own browser everything works, as does ofcourse playing it in flash itself. Changing from RLS to merged into code stops the error from coming, but doesn´t fix the problem on the server.
    Code from main class related to sound and spacebar:
    import flash.display.*;
        import flash.events.*;
        import flash.ui.Keyboard;
        import flash.text.TextField;
        import flash.media.Sound;
        import flash.net.URLRequest;
        import flash.events.MouseEvent;
        import flash.utils.Timer;
        import flash.events.TimerEvent;
        public class main extends MovieClip
            private var fireTimer:Timer; //delay between shots
            private var canFire:Boolean = true;
            private var mySound:MySound;
            private var bulletSpeed:Number = -450;
              public function main()
                //load sounds
                mySound = new MySound();
            private function playGame(event:MouseEvent)
                gotoAndStop(2);
                // initialize
                myLives = 5;
                myHitsNo = 0;
                weaponType = 1;
                mybullets = new Array();
                enemys = new Array();       
                myScoreTxt.text = "Score: " + myHitsNo;
                myLivesTxt.text = "Lives: " + myLives;   
                fireTimer = new Timer(400, 1);
                fireTimer.addEventListener(TimerEvent.TIMER, shootTimerHandler, false, 0, true);
                stage.addEventListener(KeyboardEvent.KEY_DOWN, listenKeyDown);
                stage.addEventListener(Event.ENTER_FRAME, addEnemy);
                stage.addEventListener(Event.ENTER_FRAME, checkCollision);   
                player = new thePlayer(stage.stageWidth-40, spawnPoint2);// stage.stageHeight/2);
                stage.focus = player;
                addChild(player);
                mySound.playBgSound();
    public function listenKeyDown(event:KeyboardEvent)  // Controls and weapontype selector
                if (event.keyCode == 37) //left
                    player.movethePlayerDown();
                if (event.keyCode == 39) //right
                    player.movethePlayerUp();
    if (event.keyCode == Keyboard.SPACE) //space
                    shootBullet();
                    //soundFX.attachSound("Pistol Fire.wav");
                    //soundFX.start();

  • My 2011 iMac doesn't work with display sleep anymore after installing a clean copy of OSX 10.8 Mountain Lion

    My 2011 iMac doesn't work with display sleep anymore after installing a clean copy of OSX 10.8 Mountain Lion.
    I have it on upper left corner but it take the whole computer to sleep, no way to turn just the display.

    Hi, thaks for response, meant to post as a discussion (not question), wanted to save others time if they get the same problem

  • Clicking doesn't work to select Tools in Muse. Is there a fix?

    I am unable to click on the different tools in the toolbar in Adobe Muse CC (2014.5.0.569) in Windows 7. The toolbar does not recognize mouse clicks and even register a hovering cursor (i.e. I can't click and select the Text Tool or Hand Tool). Likewise on any pop up dialogue windows (i.e. "Would you like to save this file? Yes No Cancel")

    We have the same problem here and changing to 125% text setting solves the problem (thanks for this lead KBrown0610) but this doesn't resolve the issue for us. We use CC to edit 4K and have a monitor setup with a native resolution of 3840x2160... I don't want to be changing resolutions between apps and workflows and if working at 125%, you need a magnifying glass to get anywhere other than frustrated. The mouse click issue is apparent at the 150% option and the custom 200% setting that is most user friendly so I hope Adobe will bring out a fix for this ASAP. Don't appear to be getting a similar problem with the other CC apps...

  • CS3 space bar won't work as hand tool

    I have just set up a new computer -Vista Ultimate 64 bit and cannot get the spacebar to work as a hand tool in Photoshop. Please help! Thanks....Susan

    Spacebar as hand tool is restored!! I think Dave was right about something interfering with it. The only thing that i changed on my system before this happened was that I unlocked my login in keychain access. Once I went back to keychain access and locked login again, did a restart and opened photoshop, the spacebar as hand tool was restored! So if anyone else has this problem, think back to what you did last on your system and revert to how it originally was. Hope this helps somebody out there

  • Picassa iPhoto uploader doesn't work in iPhoto 08 anymore

    Hi
    I post some of my photos on Picassa. With iPhoto 07, no prb: I downloaded the Picassa iPhoto uploader, and from iPhoto, I used to be able to export my albums easily. But I upgraded to iPhoto 08 few days ago, and just realized there's a bug, and the Picassa uploader doesn't work anymore: after formatting the pictures, the process freezes during the 'Create Album' step, my mac fan starts to run crazy, and I have to cancel the operation. I deleted and reinstalled the uploader, same thing. I can still use the uploader to load picture in Picassa from Finder directly, but I think it was easier and sleeker to do it from iPhoto. I'm disappointed to find such a bug. Has anyone else met that problem with Picassa, or with any other uploader? Is there a solution?
    Thanks
    Laurent

    You'll have to wait until Picasa and the other plugin developers update their plugins to be compatible with iPhoto 7. The ball's in their court.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • IPhone 3G ver 3.1 - spotlight doesn't work with accessory connected anymore

    Hello,
    I've been using iPhone 3G for quite a long time now and everything was fine until a recent update to OS ver. 3.1... I've noticed, that spotlight doesn't work now as it worked before... The thing is that I'm using iPhone as a phone and a source of music in my car. I connect it to Pioneer car audio system via USB. Before 3.1 update I was able to search for a song in spotlight and when I tapped it - it just played via car speakers. Now it doesn't do anything. I keep tapping, but nothing happens. The only way to play a song - disconnect iPhone from Pioneer, find song in spotlight, tap on a song to launch it and connect iPhone to Pioneer while the song is playing.
    Well, I have a workaround, but it requires both of my hands... But it's kind of unsafe to do so while driving... Could someone confirm spotlight working while connected to any accessory?.. Maybe I'm the only one having this issue and iPhone restore would help?.. I just don't want to restore without any reason...
    Thanks in advance for your answer.

    Hi to the forum. This is my first post - ever!
    It's taken me 25 years of Apple equipment purchase and enthusiastic advocation to get to this point.
    And what has got me here? 'The GPS on my iPhone 3G has doesn't work'. If you Google this statement you get 12 million hits. It seems to me that's probably 12 million people who have a problem with an Apple product they've purchased.
    I've read a lot of the solutions that other users have come up with - dozens of different ones. I've updated the iPhone software as soon as I can, I've been patient, I've given Apple chance to sort it out. I've even gone back to printing out Google maps onto paper (remember 'paper') and taken those out with me in the car to find my way around town.
    However - the southern hemisphere summer is coming and I want to use the (totally brilliant) Navionics chart/GPS App on the boat. No chance. According to the iPhone we're in Africa not New Zealand.
    So what to do? I can't find any 'official' info from Apple. I've no idea how the politics of these situations work - and I don't care! 12 million hits can't be wrong. Apple needs to tell it's users what is happening (even if they're still working on it), and when we can expect a fix.
    Come on Apple, keep us in the loop - we love your products - and we want to keep advocating for you!
    PS - this is the best place I could find to have ths little discusion - if anyone has a more direct line to God (err I mean Apple) please let me know!

  • My spacebar doesn't work.

    Tech support thought my apps where corrupt because of the security settings in Window 8.
    All apps removed and reinstalled after security settings changed.
    The spacebar still doesn't work.
    Any suggestions?
    Tom

    Did it run OK under a new User-Account ?
    If so - then the need to clean out iMovie to re-install will not help at all but just be complicated.
    If it did run OK - Then
    • Delete iMovie pref. file
    iMovie pref. file resides.
    Mac Hard Disk (start-up HD)/Users/"Your account"/Library/Preferences
    not the Library at root level = first window when opening Your Macintosh HD (Mac OS) Start-Up HD
    and is named. (one or more of these)
    com.apple.iMovie.plist
    com.apple.iMovie3.plist
    com.apple.iMovie7.plist
    com.apple.iMovie8.plist
    com.apple.iMovie9.plist
    com.apple.iMovieApp.plist
    and find
    com.apple.iApps.plist
    While iMovie is NOT RUNNING - move this/these file/s out on to desk-top.
    Now restart iMovie.
    If You run Mac OS X.7 or more - then the Library in the User-account folder is invisibly and need to be set to be viewable. IT IS NOT in the Library on Root level (when opening MacintoshHD - first window = root level)
    ( It can be done like this: Open Terminal, then enter: chflags nohidden ~/Library
    Press return, then restart, and it will always be visible until the next major update, when you do the same thing again. )
    To find all parts of iMovie to trash to make a Clean Install - is not easy and there will be others that can guide You trough this process. - I never needed to do that - and I used iMovie since iMovie (1) > 10 Years
    Yours Bengt W

  • Crop Tool -- shortcut to advance to next frame since forward arrow doesn't work in crop tool?

    Hi,
    As a pro, I crop all my photos.
    I normally use the forward arrow to move through each image, but with the crop tool the forward arrow doesn't work for advancing to the next frame.
    It only adjusts the crop.
    This is extremely frustrating for me as it slows down my workflow.
    Is there a one key shortcut, within the Crop Tool -- that permits us to move forward from frame to frame?
    I wish the forward key worked for this within the crop tool!
    Is there an easy answer or a way to format something in Lightroom -- so I can have a one-key method to advance frames within the Crop tool?
    thank so much, Teri

    Thank you so much Jim, really appreciate you're taking the time to get back to me... its so helpful and now I can get my jobs done!
    I just tested it on my Mac and it worked with the Command + arrow Key...
    However, using two fingers for this shortcut is a little clumsy and uncomfortable...
    I think there's a way to create your own keyboard shortcuts -- do you know how to do this, maybe assigning a single key which would be a little easier?
    Thanks again so much for taking the time to answer this Jim and hope you have a great night!
    all the best, Teri

  • Spacebar doesn't work in Safari

    For the past few days I've been noticing that the spacebar doesn't always work the first time it is hit in Safari on certain websites. So far I've noticed this on Facebook and Yelp.
    On Yelp if I go to type a review, the spacebar won't work at all. It will work, however, if I try to search for something.
    On Facebook if I go to respond to someone's status, I have to hit the spacebar two times before it puts in the first space. All spaces after that first space work.
    I've tried using different browsers, and the spacebar works fine, so this makes me think it's some kind of Safari issue. Maybe I changed a setting on accident?
    I'm using OSX Lion on a 2008 Macbook Aluminum Unibody.
    Thanks!!

    Quit Safari.
    Go to ~/Library/Caches/com.apple.Safari
    Move the Cache.db (or ApplicationCache.db) file from the com.apple.Safari folder to the Trash.
    Relaunch Safari. Try the space bar.
    ~ (Tilde) character represents the Home folder.

  • Apple TV remote doesn't work with my 4s anymore

    Why does the Apple TV remote app not work with my 4s anymore?

    Hi capoconstruction,
    If you are having issues with the Remote app on your iPhone, you may find the following article helpful:
    Apple Support: Remote app for iPhone, iPad, or iPod touch can't connect to iTunes or Apple TV
    http://support.apple.com/kb/ts1741
    Regards,
    - Brenden

  • Illustrator CS5 no tools work except hand tool

    Hi,
    I've just installed the adobe illustrator CS5 on my mac os X Lion 10.7 and now when I open an .ai document or try to create a new one The only tool I can use is the hand tool. When I try to click on another one the hand comes back automatically when the mouse is on the document.

    Yeah! I've turned on the acces for peripheral help.
    Thanks a lot

  • Spacebar not working w/ hand tool

    How can i get the space bar to work wit my hand tool

    Do you have any key mapping software installed that might cause conflict? 
    Check System preferences -> Keyboard & Mouse, and also check Dashboard & Exposé on the chance that the space key was inadvertently assigned in there.
    If you're certain that the known-good keyboard really is good, check if there's some oddball third-party software conflict by starting in safe mode.

  • A certain website doesn't work properly in Firefox anymore.

    I used to use a website www.padmapper.com After a recent update to Firefox (I think 3 or 4 updates ago) I suddenly couldn't use the website properly anymore. It would load but some of the options of for instance choosing a price-range wasn't working. Instead of a display of numbers I got a display stating NaN. I tried accessing the website using Internet Explorer and the website appeared to be working fine using that browser. I am using the latest version of Firefox (36.0.4)

    I checked the site out. Had no problem.
    Make sure Java and Flash are enabled and up-to-date.
    Many site issues can be caused by corrupt cookies or cache.
    * Clear the Cache and
    * Remove Cookies<br> '''''Warning ! ! '' This will log you out of sites you're logged in to.'''
    Type '''about:preferences'''<Enter> in the address bar.
    * '''Cookies;''' Select '''Privacy.''' Under '''History,''' select Firefox will '''Use Custom Settings.''' Press the button on the right side called '''Show Cookies.''' Use the search bar to look for the site. Note; There may be more than one entry. Remove '''All''' of them.
    * '''Cache;''' Select '''Advanced > Network.''' Across from '''Cached Web Content,''' Press '''Clear Now.'''
    If there is still a problem,
    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Type '''about:preferences#advanced'''<Enter> in the address bar.
    Under '''Advanced,''' Select '''General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites. Are there any problems?
    Then restart.

Maybe you are looking for