Firefox 3 crashing - have to use FF3 because of the ALPS scroll does not work in anything else

Had to stay with FF3, as everytime I try again updated the version of the ALPS scrolling touchpad does not work on my Acer 5738Z. I've made sure the drivers are all to date and everything else is in order but no luck. Have tried different methods posted on the forums, but still no luck.

Now, all of a sudden, FF3 now crashes every 10 minutes or more.

I prefer FF, but this disadvantage is too and I'm going to need IE for now, until someone can tell me a solution. Here are a few crash IDs Ive seen lately.

Finally!

This fixes the problem for anyone else run into this problem:

For those who have problems with the standard driver for the ALPS touchpad in firefox 4. Here's a quick check difficulty: 1) open registry with regedit 2) search for the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Alps\Apoint) 3 ScrMethod 1 game 4) Reboot

The ALPS/FIREFOX tri!

Tags: Firefox

Similar Questions

  • I can't get updates because of the validation process does not work, what can I do?

    I just formatted my hard drive and need to update my windows xp sp2. i cant get thru because of the genuine validation process that does not work. What can I do next to buy an apple product...

    Hello

    ·         What is the brand and model of the computer?

    ·         You get the error message?

    See this Microsoft KB article and check if it helps to resolve the issue.

    Windows Genuine Advantage does not validate a copy of Windows XP

    http://support.Microsoft.com/kb/916247

    See also:

    How to activate Windows XP

    http://support.Microsoft.com/kb/307890

  • After having used dvd audio does not work for anything else until I restart

    After that I watched a dvd that my sound does not work for my internet browser (chrome) does work stil for hp dvd drive, drive windows media and regular windows functions (as when I put the sound level, it gives the "ring" test to show me the volume

    thakns

    Thank you irfan. I tried exploring and there worked aand it occurred to me that it was just because my browser is open to before it didn't work - so I tried closing and reopening chrome and it worked, maybe! the Explorer has worked even without reopening. Thanks again

  • When you use a form variable, the paging bar does not work

    I have the following query:

    $maxRows_RS_Search = 7;
    $pageNum_RS_Search = 0;
    if (isset($_GET['pageNum_RS_Search'])) {
      $pageNum_RS_Search = $_GET['pageNum_RS_Search'];
    }
    $startRow_RS_Search = $pageNum_RS_Search * $maxRows_RS_Search;
    
    
    $colname_RS_Search = "-1";
    if (isset($_POST['Search'])) {
      $colname_RS_Search = $_POST['Search'];
    }
    mysql_select_db($database_dconn, $dconn);
    $query_RS_Search = sprintf("SELECT * FROM products WHERE (Category LIKE %s OR products.Manufacturer LIKE  %s OR products.Model LIKE  %s OR products.Color LIKE  %s) AND Category!= 'Stage Pianos' AND Category!= 'Recent Pianos' AND Category!= 'Recent Keyboards' AND hidden ='no'", GetSQLValueString("%" . $colname_RS_Search . "%", "text"),GetSQLValueString("%" . $colname_RS_Search . "%", "text"),GetSQLValueString("%" . $colname_RS_Search . "%", "text"),GetSQLValueString("%" . $colname_RS_Search . "%", "text"));
    RS_Search = mysql_query($query_limit_RS_Search, $dconn) or die(mysql_error());
    $row_RS_Search = mysql_fetch_assoc($RS_Search);
    
    
    if (isset($_GET['totalRows_RS_Search'])) {
      $totalRows_RS_Search = $_GET['totalRows_RS_Search'];
    } else {
      $all_RS_Search = mysql_query($query_RS_Search);
      $totalRows_RS_Search = mysql_num_rows($all_RS_Search);
    }
    $totalPages_RS_Search = ceil($totalRows_RS_Search/$maxRows_RS_Search)-1;
    
    
    $queryString_RS_Search = "";
    if (!empty($_SERVER['QUERY_STRING'])) {
      $params = explode("&", $_SERVER['QUERY_STRING']);
      $newParams = array();
      foreach ($params as $param) {
        if (stristr($param, "pageNum_RS_Search") == false &&
            stristr($param, "totalRows_RS_Search") == false) {
          array_push($newParams, $param);
        }
      }
      if (count($newParams) != 0) {
        $queryString_RS_Search = "&" . htmlentities(implode("&", $newParams));
      }
    }
    $queryString_RS_Search = sprintf("&totalRows_RS_Search=%d%s", $totalRows_RS_Search, $queryString_RS_Search);
    uery_RS_Search = sprintf("SELECT * FROM products WHERE (Category LIKE %s OR products.Manufacturer LIKE  %s OR products.Model LIKE  %s OR products.Color LIKE  %s) AND Category!= 'Stage Pianos' AND Category!= 'Recent Pianos' AND Category!= 'Recent Keyboards' AND hidden ='no'", GetSQLValueString("%" . $colname_RS_Search . "%", "text"),GetSQLValueString("%" . $colname_RS_Search . "%", "text"),GetSQLValueString("%" . $colname_RS_Search . "%", "text"),GetSQLValueString("%" . $colname_RS_Search . "%", "text"));
    
    

    The navigation bar

    </table>
             <?php } while ($row_RS_Search = mysql_fetch_assoc($RS_Search)); ?>
           <table border="0">
             <tr>
               <td><?php if ($pageNum_RS_Search > 0) { // Show if not first page ?>
                   <a href="<?php printf("%s?pageNum_RS_Search=%d%s", $currentPage, 0, $queryString_RS_Search); ?>">First</a>
                   <?php } // Show if not first page ?></td>
               <td><?php if ($pageNum_RS_Search > 0) { // Show if not first page ?>
                   <a href="<?php printf("%s?pageNum_RS_Search=%d%s", $currentPage, max(0, $pageNum_RS_Search - 1), $queryString_RS_Search); ?>">Previous</a>
                   <?php } // Show if not first page ?></td>
               <td><?php if ($pageNum_RS_Search < $totalPages_RS_Search) { // Show if not last page ?>
                   <a href="<?php printf("%s?pageNum_RS_Search=%d%s", $currentPage, min($totalPages_RS_Search, $pageNum_RS_Search + 1), $queryString_RS_Search); ?>">Next</a>
                   <?php } // Show if not last page ?></td>
               <td><?php if ($pageNum_RS_Search < $totalPages_RS_Search) { // Show if not last page ?>
                   <a href="<?php printf("%s?pageNum_RS_Search=%d%s", $currentPage, $totalPages_RS_Search, $queryString_RS_Search); ?>">Last</a>
                   <?php } // Show if not last page ?></td>
             </tr>
           </table>
    
    

    As you can see I'm using $_POST when running the database. It works fine the first time, however when you use the back of the navigation bar for a reason any he does not post research. When I change this back to a ' $_GET ' pagination works fine. Is there a way to get the paging function with the $_POST?

    Any help welcome

    Using GET to interrogate a database is fine as long as you take precautions to disinfect all input to prevent SQL injection, and to ensure that the user will not be able to return lines, so that they are not allowed. Other than that, you can store the value of research in a session variable.

  • How is it possible that Firefox 3.6.28 with intelligent search functions and the latest version does not work?

    I noticed that when I'm on Firefox 3.6.28, try to look for something, not looking but sometimes opens directly the most appropriate result. It's amazing and really fast. Why this feature is not included in the latest version.
    Thank you

    When you type words in the address bar, Firefox will search using any motor is selected in the search bar. You can install a "Browse by name" or a "I m Feeling Lucky" search engine

    If you want the search engines separate in the address bar and the search bar, install the module keyword search.

    The reasoning was that 'Browse by name' and "I m Feeling Lucky" are far from perfect. Rather than risking to send users to sites that are not what they were looking for, it was decided that always show the results of the research was a better option.

  • How to print a selection of an image in photoshop CC, I have problems because in the print window does not display the full image and the printed only a section of what I SELECTED

    How to print a selection of an image in photoshop CC, I have problems because in the print window does not display the full image and the printed only a section of what I SELECTED

    Hi jodepepevalentin,

    In the print menu, check "scale to fit media" under the Position and size of the device and then check out.

    If you want the area selected for printing, check "Print selected area" under the Position and size and specify the size.

    Kind regards

    Claes

  • How can I activate an older version of Photoshop that I have loaded on my new tablet? Web activation does not work, and when I call the number, it is said that it is not longer used. In the meantime, I'm up to 13 days until it stops working due to not bei

    How can I activate an older version of Photoshop that I have loaded on my new tablet? Web activation does not work, and when I call the number, it is said that it is not longer used. Meanwhile, I'm 13 days until it stops working due to not be enabled. Help?  I really need to continue to use this product for my home business. It works very well not activated but the threat is that it will stop working in 13 days more if I don't get activated, and none of the activation methods that they list seem to work.

    You can download CS2 if you have a valid license for CS or CS2.

    And you have to follow the instructions and use the download again AND the new serial number.

  • my browser cannot open google and facebook and other https sites that it does not open even the app store does not work, I tried to change my DNS google DNS and disable IPv6 but still no use, help PLZ!

    my browser cannot open google and facebook and other https sites that it does not open even the app store does not work, I tried to change my DNS google DNS and disable IPv6 but still no use, help PLZ!

    You may have installed one or more variants of the malware "VSearch' ad-injection. Please back up all data, and then take the steps below to disable it.

    Do not use any type of product, "anti-virus" or "anti-malware" on a Mac. It is never necessary for her, and relying on it for protection makes you more vulnerable to attacks, not less.

    Malware is constantly evolving to work around defenses against it. This procedure works now, I know. It will not work in the future. Anyone finding this comment a couple of days or more after it was published should look for a more recent discussion, or start a new one.

    Step 1

    VSearch malware tries to hide by varying names of the files it installs. It regenerates itself also if you try to remove it when it is run. To remove it, you must first start in safe mode temporarily disable the malware.

    Note: If FileVault is enabled in OS X 10.9 or an earlier version, or if a firmware password is defined, or if the boot volume is a software RAID, you can not do this. Ask for other instructions.

    Step 2

    When running in safe mode, load the web page and then triple - click on the line below to select. Copy the text to the Clipboard by pressing Control-C key combination:

    /Library/LaunchDaemons

    In the Finder, select

    Go ▹ go to the folder...

    from the menu bar and paste it into the box that opens by pressing command + V. You won't see what you pasted a newline being included. Press return.

    A folder named "LaunchDaemons" can open. If this is the case, press the combination of keys command-2 to select the display of the list, if it is not already selected.

    There should be a column in the update Finder window. Click this title two times to sort the content by date with the most recent at the top. Please don't skip this step. Files that belong to an instance of VSearch will have the same date of change for a few minutes, then they will be grouped together when you sort the folder this way, which makes them easy to identify.

    Step 3

    In the LaunchDaemons folder, there may be one or more files with the name of this form:

    com Apple.something.plist

    When something is a random string, without the letters, different in each case.

    Note that the name consists of four words separated by dots. Typical examples are:

    com Apple.builins.plist

    com Apple.cereng.plist

    com Apple.nysgar.plist

    There may be one or more items with a name of the form:

    com.something.plist

    Yet once something is a random string, without meaning - not necessarily the same as that which appears in one of the other file names.

    These names consist of three words separated by dots. Typical examples are:

    com.semifasciaUpd.plist

    com.ubuiling.plist

    Sometimes there are items (usually not more than one) with the name of this form:

    com.something .net - preferences.plist

    This name consists of four words (the third hyphen) separated by periods. Typical example:

    com.jangly .net - preferences.plist

    Drag all items in the basket. You may be prompted for administrator login password.

    Restart the computer and empty the trash.

    Examples of legitimate files located in the same folder:

    com.apple.FinalCutServer.fcsvr_ldsd.plist

    com Apple.Installer.osmessagetracing.plist

    com Apple.Qmaster.qmasterd.plist

    com Apple.aelwriter.plist

    com Apple.SERVERD.plist

    com Tether.plist

    The first three are clearly not VSearch files because the names do not match the above models. The last three are not easy to distinguish by the name alone, but the modification date will be earlier than the date at which VSearch has been installed, perhaps several years. None of these files will be present in most installations of Mac OS X.

    Do not delete the folder 'LaunchDaemons' or anything else inside, unless you know you have another type of unwanted software and more VSearch. The file is a normal part of Mac OS X. The "demon" refers to a program that starts automatically. This is not inherently bad, but the mechanism is sometimes exploited by hackers for malicious software.

    If you are not sure whether a file is part of the malware, order the contents of the folder by date modified I wrote in step 2, no name. Malicious files will be grouped together. There could be more than one such group, if you attacked more than once. A file dated far in the past is not part of the malware. A folder in date dated Middle an obviously malicious cluster is almost certainly too malicious.

    If the files come back after you remove the, they are replaced by others with similar names, then either you didn't start in safe mode or you do not have all the. Return to step 1 and try again.

    Step 4

    Reset the home page in each of your browsers, if it has been modified. In Safari, first load the desired home page, then select

    ▹ Safari preferences... ▹ General

    and click on

    Set on the current Page

    If you use Firefox or Chrome web browser, remove the extensions or add-ons that you don't know that you need. When in doubt, remove all of them.

    The malware is now permanently inactivated, as long as you reinstall it never. A few small files will be left behind, but they have no effect, and trying to find all them is more trouble that it's worth.

    Step 5

    The malware lets the web proxy discovery in the network settings. If you know that the setting was already enabled for a reason, skip this step. Otherwise, you should undo the change.

    Open the network pane in system preferences. If there is a padlock icon in the lower left corner of the window, click it and authenticate to unlock the settings. Click the Advanced button, and then select Proxies in the sheet that drops down. Uncheck that Auto Discovery Proxy if it is checked. Click OK, and then apply.

    Step 6

    This step is optional. Open the users and groups in the system preferences and click on the lock icon to unlock the settings. In the list of users, there may be some with random names that have been added by the malware. You can remove these users. If you are not sure whether a user is legitimate, do not delete it.

  • 41.0 Firefox is a beta version, I'm told of Norton. Toolbar does not work

    I've upgraded to firefox ver. 41.0 Norton Toolbar does not work with it and it's a program that I use extensively. Norton tells their toolbar does not work because the worm 41.0 is a beta version. When you release the full version, toolbar works. I didn't know that your new version is a beta version, did you?

    41.0 Firefox since the Sept. 22 to www.mozilla.org and www.mozilla.org/firefox/all current version

    To explain why Norton is not able to support Firefox 41.0
    https://community.Norton.com/en/forums/Firefox-41-and-Norton-toolbar-compatibility
    https://community.Norton.com/en/blogs/product-update-announcements/Firefox-41-and-Norton-toolbar-compatibility

    There was a change known for awhile that Norton has yet to date.
    https://groups.Google.com/Forum/#! topic/mozilla.dev.extensions/B3H3j6FRVms

  • Firefox automatically updated itself, would not add new bookmarks, then deleted all mine, will not always add new, now the back button does not work. I'm Livid.

    I think I'm on Firefox 13.0. He put itself as part of the update of my computer up to date (at least I guess that's what happened, because it has changed). I noticed yesterday that he would not favorite Web sites, but I thought it was just the website or bookmarks have been full-time or something. Today, I tried to remove a few bookmarks to make more, but they would not remove. I tried to register a new site, and it wouldn't work. I tried to close/exit firefox and re-opening of the program. While the program was closed, I installed the next set of updates on my computer. When I have opened firefox, all my favorites, and the tab menu (or what you call personal small bar on the actual tabs) were gone. I can't always favorite of new sites, so I can't even re-do all my favorites (and I got a lot, all of them arranged so it's a big loss and incredibly annoying). Then I realized that the back button does not work. And the cursor remains on the typing that I symbol, it does not change the arrow, when I click on a link.

    One possible cause is a problem with the places.sqlite file that stores the bookmarks and history.

    You can also try to repair the database of places with this extension:

  • When I enter a Web site in the url of the Enter key does not work. I have to click on the arrow at the end of the line. Is this a configuration problem?

    The Enter key does not work in the line of the URL. If I go says:
    www.Bing.com
    and then press the Enter key, nothing happens.
    I have to click the arrow at the end of the field in order to activate the link.
    If I am anywhere else on any page the Enter key works as it should.

    Please click the button of resolved next to the answer that solved your problem of Firefox support, when you are connected.

  • I have a Hp and the micro build does not work how to fix this?

    Can someone help me please? I have a HP T5800 and the micro build does not work how can I solve this problem?

    Hello

    Check with HP, their drivers support and documentation online and ask in the forums about known issues.

    Support HP & drivers
    http://welcome.HP.com/country/us/en/support.html

    Contact HP
    http://welcome.HP.com/country/us/en/contact_us.html

    HP forums
    http://h30434.www3.HP.com/PSG/

    ========

    It's probably the pilots who are responsible and who may not really be later or they need to be
    re-installed anyway. The best way is to manually review using the methods below.

    References to Vista also apply to Windows 7.

    Control Panel - device - SOUNDS - look for HD Audio Manager - Mine said RealTek High
    Audio definition (this is an example and you can have an other name/maker).

    Write the description and the model double click on it - tab drivers - write down
    Version. Now click on update drivers who cannot do anything as MS is far behind certifying
    drivers. Then CLICK RIGHT on it and UNINSTALL - REBOOT - this will rebuild the driver
    stack.

    You can have the default windows or a former certified pilot and it's all or part of the
    issue.

    Now, go to the site of the manufacturer of the system and get the latest Audio/Sound drivers - download - SAVE - go to
    where you put - right-click on Reboot - RUN AS ADMIN-

    Check the Version tab of the driver in the Device Manager as the restoration of the sound card drivers often
    and then install the latest version. Restart and check after each test, not
    rare to have to run the pilot of 1 to 4 times or more. Just the version make sure you
    installed shows upward on the tab of the driver.

    Go to the site of the manufacturer of the device, and then search for the even more recent drivers and install repeat
    operating mode. Download - SAVE - go to where you put them - click on - RUN AS
    ADMIN - Reboot

    Look at the sites of the manufacturer for drivers - and the manufacturer of the device manually.
    http://pcsupport.about.com/od/driverssupport/HT/driverdlmfgr.htm

    Installation and update of drivers to 7 (updated drivers manually using the methods above is)
    to ensure that the latest drivers from the manufacturer of system and device manufacturers are are preferably)
    http://www.SevenForums.com/tutorials/43216-installing-updating-drivers-7-a.html

    ---------------------------------------------------------

    After the updated driver.

    Click with the right button on the speaker near clock - recorders - right click in the box - check see the
    Disconnected devices and show disabled devices - check your micro - highlight
    then on lower right properties. Make sure that the appropriate injector is selected and check
    other parameters - levels tab make sure that MUTE is disabled and APPLY / OK to change
    .

    Also in the search for some Audio Manager Panel (perhaps named after the manufacturer of the sound driver). Mine
    is the RealTek Audio Manager, yours can be quite different name if you have one.

    How to activate Audio devices hidden in Vista
    http://www.Vistax64.com/tutorials/143447-audio-device-enable-hidden-devices.html

    Connect one microphone, music player or other audio device to your computer
    http://windowshelp.Microsoft.com/Windows/en-us/help/b0e3d7fb-1b4a-4926-8254-65da289209261033.mspx

    Problems with sound and audio or no sound - a Mr Fixit
    http://support.Microsoft.com/GP/NO_SOUND

    Tips for solving common audio problems
    http://Windows.Microsoft.com/en-us/Windows7/tips-for-fixing-common-sound-problems

    The volume of the audio recorded by sound recorder in Windows Vista or in Windows 7 is less than
    in Windows XP (or Vista)
    http://support.Microsoft.com/kb/973446

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • I installed Vista in a Virtualbox VM and the product key does not work, how to fix this? I use the same product key supplied with the computer originally.

    I bought a Dell Precision T3400 of Dell Financial Services and it came with Vista Business installed.  I installed a new hard drive and installed Vista in a Virtualbox VM by using the recovery disk that came with the computer, and the product key does not work for activation.  I get a message that says I need to activate Windows, but he says that the product key is not valid.  How can I fix it?

    Thank you

    If you have reinstalled the OEM of Vista Business copy on the new hard drive, as Bill says you can't also use it in a virtual machine.

    You can only reuse your OEM of Vista professional copy if it is no longer used on the computer. Do you have what operating system installed on the new hard drive? It was an upgrade copy or complete the license?

    If you used a license to upgrade to another edition of Windows to replace your copy of company then Vista Business license is still in use (for upgrade) and you cannot reuse it in your virtual machine.

    However if you replaced Vista business with a copy of the full license of another edition then you are able to use the OEM copy in a virtual machine, but only on the same computer. You must use the product key from COA to the label on the computer. The product key is put in the copy OEM cannot find the SLIC table on the host motherboard. You must use the phone activation from within the virtual machine. Click on start in Vista Business and typing "slui 4. Do not meet the audio guests until it asks you if you want to speak to an agent. Explain that you have completely replaced the OEM copy with a copy of the full license of the new windows and now want to use the OEM copy in a virtual machine on the same computer. Agent will then give you the activation string. Remember that the virtual machine is not transferable to any other computer.

    This information is offered by Darin Smith (MSFT) and the team of Windows licenses, November 18, 2011.

  • "Windows 7 Home Premium SP1 64-bit, an error message indicates" the upgrade key you have entered is for an edition of windows that does not work with Windows Anytime Upgrade.

    Tried using Windows Anytime Upgrade. Bought at Staples have product key is entered correctly. "Following instructions, accepted USA get error message says ' the upgrade key you have entered is for an edition of windows that does not work with Windows Anytime Upgrade. Enter a different upgrade key. »

    Which edition of Windows 7 is installed on the machine?

    Which edition of Windows 7 you are trying to do an Express upgrade to?

    Please note that the Express upgrade does not support OEM, MSDN-Academic, Volume (the student faculty licenses) license. If you are in possession of all these brackets, you will need to save and do a custom clean install. If you want to do it, please backup your Windows 7 Home Premium or according to edition currently installed. Some licenses for Windows distributed to tertiary level students are not perpetual, which means that you cannot continue to use the software after a course or graduating.

    ---------------------

    Windows 7 Anytime Upgrade fails:

    If your getting the following: error: Windows Anytime Upgrade failed
    This problem may occur if Windows 7 SP1 was downloaded by Windows Update, but has not yet been installed.
    See: http://support.microsoft.com/kb/2660811

    = Other reasons and possible corrections.

    Windows Anytime Upgrade fails with the error:
    "every time that the upgrade has failed. Go online to solve the problem.
    http://support.Microsoft.com/kb/2658652

    If Anytime Upgrade still does not work:

    Shut down and restart your computer.

    Make sure that the Windows updates have been installed.

    Download the hotfix that contains a tool called CheckSUR, this tool will look at the package and the maintenance of records and difficulty any data corrupted, the tool is listed under kb947821 he can be found at the following link http://support.microsoft.com/?kbid=947821

    If Anytime Upgrade still does not work, turn off the user account control:

    1. go in user accounts in Control Panel

    2 change user account control settings

    3. pull the slider to the level as low as possible

    4. restart the PC

    5. pass by the "Anytime Upgrade" as usual

    Try the following:

    1 disable any security software before attempting to upgrade

    2. make sure that your computer is updated (devices and applications)

    3. disconnect all external devices before installing.

    4. check your hard disk for errors:

    Click Start

    Type: CMD, according to the results, right-click CMD

    Click on "Run as Administrator"

    At the command prompt, type: chkdsk /f /r

    When you restart your system, your computer will be scanned for errors and will try to correct them.

    1. click on start, type msconfig in the search box and press ENTER.

    User account control permission

    If you are prompted for an administrator password or a confirmation, type the password, or click on continue.

    2. in the general tab, click Selective startup.

    3. under Selective startup, clear the check box load startup items.

    4. click on the Services tab, select the hide all Microsoft Services check box, and then click Disable all.

    5. click on OK.

    6. When you are prompted, click on restart.

    7. after the computer starts, check if the problem is resolved.

    Also run the Windows 7 Upgrade Advisor:

    http://www.Microsoft.com/Windows/Windows-7/Upgrade-Advisor.aspx

    Who should I contact if I have problems installing and / or activation of my product key card?

    Please contact to the: www.windows7.com/getkeysupport.

    If all above fails them, install Windows 7 Service Pack 1, and then try the Express Upgrade:

    Learn how to install Windows 7 Service Pack 1 (SP1)
    http://Windows.Microsoft.com/en-us/Windows7/learn-how-to-install-Windows-7-Service-Pack-1-SP1

    If your key is not valid and you will need to change the keys, you may need to Open regedit and remove first the ProductKey value in the following registry key:
     
    HKCU\Software\Microsoft\Windows\CurrentVersion\WindowsAnytimeUpgrade

  • When you use the Clone Stamp tool CS6 the alt key does not work?

    Just recently, my mouse have misbehaved and touched my CS6 when I was working on a photo. The result, my alt key does not work. For example, when I use the Clone Stamp tool, I can't sample as the alt key does not work. Even in ACR, the alt key does not work. When I drag the 'white' to the left while pressing the ALT key, the screen turns black.

    Help, please? Thank you

    Steven Teo

    Hi Steven Teo,

    You are able to use the ALT key well otherwise on your computer?

    You can try to reset the Clone Stamp tool.

    To reset, follow the instructions below:

    1. Select the Clone Stamp tool

    2. right click / Control click dropdown at the top left

    3. choose Reset tool

    Hope that helps.

    Kind regards

    Assani

Maybe you are looking for