Tuesday, November 16, 2010

Macro automatically run when opening Excel 2003?

I made a macro that checks a cell with the current date with a cell containing the last date it was opened. If the date it was last opened is less then the current date, it takes everything from the ';current'; row and puts it in the ';previous'; row, then changes the last date it was opened to the current date. It works fine, but to run it I have to use a keyboard shortcut. How can I get it to run the macro automatically every time I open the spreadsheet without having to use the shortcut?Macro automatically run when opening Excel 2003?
Press ALT + F11 to open the VBE



Double click 'This Workbook' in the Microsoft Excel Objects in the upper left quadrant.



In the 'General' drop down menu select 'Workbook'



Enter 'Update' (no quotes) between Private Sub Workbook_Open and End Sub as below:



Private Sub Workbook_Open()

Update

End Sub



Close back to Excel and save the workbook.

Linux Help- Volume Control Malfunctioning?

I just installed Mandriva- and it was fine until the installation was complete.



There is the Volume box that pop-ups when you are changing volume- stuck in the middle of my screen. I think this is because it is constantly decreasing.



How do I fix this? Mostly I want the big Volume box out of my view- but I would also like to have volume. - Any suggestions?



I'm a totally new- so I've played with some things. I tried to kill Kmix- but it would re-start immediately after. (and the volume box never went way) I tried to have no sound programs on the auto-start, but it didn't change anything (I wasn't familiar with most of those programs, so I might have missed one) I tried checking for jammed keys. (The shortcut on my keyboard is Fn-Page down and neither, let alone both, were jammed) I tried to erase all the short-cuts, and that also didn't help. (actually- my shortcuts still worked, so perhaps I did that wrong)



I'm out of ideas that are obvious to me.Linux Help- Volume Control Malfunctioning?
Hi, I think its a bug with kmix or something, try the Mandriva forums cause I have never heard of the behavior on any distro I ever used.



Why not use a better distro like openSUSE, its way easier, polished and its just AWESOME!



http://en.opensuse.org/



I have my own suse blog here and here r screenshots as well



http://snake1990.wordpress.com/

http://en.opensuse.org/Screenshots/openS



Its the best distro of 2008:



http://www.bitburners.com/articles/the-b



Here r the suse forums:



http://forums.opensuse.org



The problem with Mandriva is that after every cool release one release is buggy.



openSUSE is the best :)Linux Help- Volume Control Malfunctioning?
Well, one volume control never fails. Open a terminal session and type alsamixer as a regular user. It should provide an ncurses control for your audio hardware. Esc closes the program, and your arrow keys move between and adjust sliders. M mutes sliders. you may need to get a seperate alsa tools package to use this applet on your distribution.



Also, if you want to kill a program ,you often have to use ';kill -9'; instead of just ';kill.'; Yes, lower-case kill, followed by a space, a dash, and a nine. Then, of course, the offending PID or process identification number. Xkill will get the darned thing off the screen, by the way, but won't kill the underlying stalled process.



Sorry, but Linux has a way of being obtuse. I weouldn't doubt there's easier ways to do these things on Mandriva, but I don't use Mandriva so I can only teach you distribution-agnostic methods,



Oh, and while I hate distro evangelists, I do concur with another poster that Mandriva is buggy and bloated, Sorry.

Bought new Compaq Presario V3000 need help in setting up my laptop?

I have a compaq presario v3616au, i have set up my internet, but i cannot set up my quicklaunch, the buttons above my keyboard. Everytime I press mute the colour remains blue when its suppose to turn red. I also cannot change the brightness of my laptop screen, but i can change songs with the shortcut, just the brightness is a problem. my screen looks a little bit blurry, any help in that? I have a Geforce Nvidia 7150m but i dont know how to set it up help me as much as you canBought new Compaq Presario V3000 need help in setting up my laptop?
i think you should check if you have installed all the necessary drivers for your laptop... including your video card...

Adobe Acrobat 8.1.2 has unsizeable dialog boxes taller than my screen. How to make them fit?

Two such dialog boxes are:

1) File %26gt; Create PDF %26gt; From Scanner... %26gt;

';Acrobat Scan';

When this window appears I can just see the top edge of buttons at the bottom of this window. If I drag the blue title-bar up as far as possible I can see parts of the names on the buttons. If I move task-Bar to the side of the screen I can then click on the bottom row of buttons, one of which is ';Scan';.



2) Document %26gt; Header %26amp; Footer %26gt; Update... %26gt;

';Update Header %26amp; Footer';

No buttons are visible at the bottom of this window. If I drag the title-bar up as far as possible I can almost see at the bottom of the screen faint hints of horizontal lines which might be the tops of buttons, but I cannot see their names and clicking over them does not close the window. Pressing %26lt;esc%26gt; acts as a Cancel and closes the window, but I have not found a keyboard shortcut to click Update or Done. If I repeatedly click the %26lt;tab%26gt; key I can see the focus move to the last visible button, then it goes below the bottom edge of the screen. Once I pressed Enter with the focus below the screen, and the window closed, accepting my Header info. I have not managed to get this to work again to make a further change to the Header.



Help! ___VanyaAdobe Acrobat 8.1.2 has unsizeable dialog boxes taller than my screen. How to make them fit?
Sometimes if you hold down Control and use the scrolling tab on your mouse, the font will get smaller/bigger. Try rolling the scroller away from you and it should decrease the size of the font only on the computer screen so that it may fit all the text.

Your assistance please?

In detail...

I have one batch file. This batch file is designed to print the file name in a folder. The command I have used is dir d:\FolderNameWhereFilesAreLocatedToPrint %26gt; d:\foldernameWhretheTxtFileBeCreated\txt鈥?/b . And then I import these data into an excel file and I saved this file on my computer, and it was working well. But when I try to open this excel file from other computer on the same network I was able to open the file but the data can't be refreshed. Whenever I open the file a dialog box is opened saying that 鈥淓xcel can't find the text file to refresh this external data range. Then I try to change the command in batchfile in to \\mycomputername\d:\FolderNameWhereFiles鈥?%26gt; d:\foldernameWhretheTxtFileBeCreated\txt鈥?/b. but it is not worked out. Can anybody help me out in this issue. I hope you all understand my problem. This excel file is to be shared to all on my network as all have to check the file.

in this excel file i have created one macro to run the batch file. This also working in my system

While when i try to open it from other computer it is showing a dialog box Error 5. What is it and how can i solve this issue.

Macro command is

Sub vchr_gvn()

'

' vchr_gvn Macro

' To run VchrGvn Batch file

'

' Keyboard Shortcut: Ctrl+r

'

Call Shell(';\\sa\batchfiles\shtg givn.bat';, vbNormalFocus)

End Sub

FYI.

I have shared this file, shared the folder and given permission.

Otherwise can you tell me other alternative to do all this things?

What I need is, I want to know the file names which contain in a folder and I want this names in a excel file and when I click on this file name in excel I need this file be opened. by using macro or any way. Remember I want to share this file with others on the same network.Your assistance please?
A few things to check

1. the path you provide is incorrect from network pov, it shouldn't has the d:\ in the middle, cause if that drive is shared, it should become something like a folder, may be is just ';d';

2. this line

Call Shell(';\\sa\batchfiles\shtg givn.bat';, vbNormalFocus)

may be needed to change to

Call Shell(';\\sa\batchfiles\shtg\ givn.bat';, vbNormalFocus) (note:added 1 space)

3. may be use excel to call the text file instead of using bat, Dos also has problem in networking especially with xp

Hope this helps.

Problem with my taskbar on Windows Vista PLEASE HELP!?

I have Windows Vista Home Premium on my laptop and recently a problem has developed on the taskbar.

The middle section (between the quick launch icons and Windows start menu %26amp; the icon tray on the right) has stopped displaying the current windows that i have open.

(for example, when i am running Firefox and Windows Live Messenger, it does not display the current windows like it should do on the taskbar).

The quickstart icons, tray icons and the menu button still all function correctly.

I have tried several different things to sort this problem out:

I have checked all of the settings (which i didn't change in the first place) to see whether anything is different and it isn't

I have restarted my laptop several times

I have tried to do system restore

I have restarted the 'explorer.exe' on the Windows Task Manager

I have ran the msconfig to check for any problems

I have change the style, colour and transparancy of my taskbar

I have tried minimising the taskbar and restarting it and still i do not know how to fix it.

The only way i can switch through programs is by using the alt %26amp; tab keyboard shortcut.

I would really like to solve this problem and so i would be very greatful for any suggestions.

Thanks :]Problem with my taskbar on Windows Vista PLEASE HELP!?
OK i have found a program that just might work for you.

Type into google taskbar repair tool download that but you to register it before you can use it i got mine cracked it fixed my taskbar no problems there. In fact ill give you the website to save you hassle hehe.

Need help with my Macintosh?

Is there a shortcut key that will change the input language between japanese and english keyboard input setting.



I know how to change manually but, it get's really annoying when you have to stop what your typing go and change it just to put english in and then go back to writing japanese.

my friend tells me that on japanese computers, they press the tab key or something and it automatically changes it instantly, if anyone can tell me how to do this on a mac i'd appreciate it.



CheersNeed help with my Macintosh?
System Preferences -%26gt; International Control Panel -%26gt; Input Menu Tab -%26gt; ';Input Menu Shortcuts'; at bottom



Make sure the ';Show input menu in menu bar'; option is enabled.



You can also go to System Preferences -%26gt; Keyboard/Mouse -%26gt; Keyboard Shortcuts... to edit any shortcut.Need help with my Macintosh?
Yes...

Apple key + Space



Check under...



System Preferences %26gt; Keyboard and Mouse Settings %26gt; Keyboard Shortcuts %26gt; Input Menu



...if it's active.

Computer problem. Screen resolution changes when I try to move down.?

My laptop is dying :( it was working fairly okay, a few BSoD's, but it recovered. But for the last two days it's been doing this weird thing.



It is working fine and then it suddenly changes without me doing anything. When I try to move the cursor down (for example, to move down on a webpage) instead of moving down, the screen resolution changes. Everything gets smaller or bigger if I move it up. Also, when I type the letter w in any window, it closes itself. And when I press the letter p it tries to print. And any other keyboard shortcuts that I haven't found out yet.



And now, when I open a new webpage, it comes up big, without the menus or toolbars at the top like it used to.



Anybody know why it is doing this or how to cure it?



ThanksComputer problem. Screen resolution changes when I try to move down.?
That is odd but I would suggest that some keys are stuck.

If you use a scroll mouse (with a wheel) and scroll up and down while holding down the CAPS key, it changes the resolution of the screen (not many people know that!).



Many keys also have meanings when you press the CTRL or ALT keys at the same time. That would explain the printing, for instance.



If it's not the keyboard keys themselves, it may be the keyboard connector inside, or even the keyboard driver. Whatever - it definitely has to do with the laptop thinking that certain keys are being pressed.

Macros in Microsoft Word?

I have a basic understanding of macros and how to use them, i can change colour, fonts, sizes etc by highlighting the text and using a keyboard shortcut button. What i need to be able to do is have an automatic running macro and i want it to take any and all text that i place in between two *. *text to be altered here* and have it change to a specific font on its own. is this possible and how can i do this?Macros in Microsoft Word?
autohotkey is a free macro scripting and has a great and speedy support forum

My keyboard is dodgy!?

On my keyboard the letters dont type some weird equasion does e.g. when i type a its comes up as a+1fsd++ and i dont know how to change it back im am in despereate need of help1 I have already checked laguages etc. but i think i need to type in some sort of shortcut



thxMy keyboard is dodgy!?
You need to remap your keyboard keys manually. Here's the Link

http://webpages.charter.net/krumsick/



Edit:

====

Hey...whats with the big thumbs down..?? Either refine your question properly or provide proper feedback.



Did you check for any virus?

Did you try reinstalling/repairing the O.S?

Did you try remapping the keys(link provided)?

What results did you get?



Edit:

===

You can always use a mouse dude ..



Edit:

===

Final solution

==========

Try getting a usb keyboard from one of your friends and check if the problem persists. If it does you'll probably have to reinstall your operating system. If it dosn't.. hey its time to change your keyboard.. :)





Do reply..My keyboard is dodgy!?
from now on copy and paste the alphabet :)



a b c d e f g h i j k l m n o p q r s t u v w x y z :)



Now i know my abc's next time wont you sing with .. me! :)



Nah do what the first dude said :)
  • relief besider outer
  • COMPUTER FONT IS TOO BIG I NEED HELP?

    Im using a vista laptop and today I decided I wanted to make the font larger. some idiot thought they'd put an option on there to make your text 500% and god knows why because then idiots like ME are gona come along and see wat 500% looks like !! long story short my writings now so big I cant change it back because the windows are so large theres no scroll bars on them anymore so you cant scroll down in the list of your properties and find the change text option im stuck with a useless computer now only thing that really works okay is the internet obviuosly..but yeah how do i change it back. some website said ';DONT TRY TO MAKE YOUR TEXT 500% unless you have EXTENSIVE knowledge of keyboard shortcuts!!!'; read that a bit late tho didnt I. SOMEONE PLEASE HELP ME no other site on the net has been useful. u cant just press tab to manouver thru the options in properties because it doesnt work. u cant even see the options cos the icons are massive now too. im prety sure theres SOME way of fixing it..COMPUTER FONT IS TOO BIG I NEED HELP?
    You can try starting in Safe Mode. When your computer is booting up and it starts listing the Windows Registry (or whatever its called) start tapping F8 repeatedly. In Safe Mode, you should be able to navigate your PC and change the settings back to normal. If you can't change the settings back, then run a System Restore from Safe Mode. It will take your computer back to the way it was last week. Just click the Start Button/ All Programs/ Accessories/ System Tools/ System Restore. I have done it a few times with my computer, and sometimes I had to wait a minute or more after clicking it for it to appear. Or, I'd click a button and have to wait a minute. So be patient.



    Sometimes I use the keyboard instead of the mouse to navigate. You can click the Windows button between Ctrl and Alt on the left side, and the menu will pop up. Then, you use the arrow keys to navigate the menu and click Enter on the program you choose. You can use the arrow keys instead of the scroll bar. Also, you can get to Control Panel using the above mentioned method. Then, use the Arrow Keys at the Control Panel to go from icon to icon, and click Enter on the program you choose. I only know a few shortcuts that I use when browsing the web: HomePage (Alt+M), Address Bar (Alt+D), and Favorites Folder (Alt+C). F5 = Refresh. Alt+F4 = Close Program. When you are at a program, you can click Alt+F instead of clicking File, or Alt+E instead of clicking Edit, or Alt+T instead of clicking Tools. Then, you use the arrow keys to choose what you want. If you wanted to print a document on Windows IE web browser, just click Alt+F for File, then the arrow keys down to Print, then Enter. You never have to touch your mouse.COMPUTER FONT IS TOO BIG I NEED HELP?
    Just go to the computer properties and you should be able to find it.
    Right click on the desktop and click properties. Then there is a option, i think it's appearance or something like that and you can change the settings. Thats for Windows XP. It's simple thing to fix. I think you can restore to default
    System Restore. Go back to the most recent restore point.



    I can't find where you were. The only options I see are for 200% being the highest setting.

    Opera 9 speed dial set as homepage?

    Hi, this relates to a question i asked before, i would like to know how i can change the homepage button on the opera 9 toolbar so that when i click on it the speed dial tab opens up, i have managed to get this to work via the keyboard shortcuts but cant seem to get it to work using the homepage button, any ideas please.

    PeteOpera 9 speed dial set as homepage?
    i'm glad i was successfully able to help you with the mapping of homepage shortcuts ctrl + space and alt+ home to open speed dial! in your earlier question. I'm sorry i didn't mention about homepage button stuff...guess it just slipped my mind at the time. Well no worries, because i'm gonna solve your problem totally right now.



    Well, there is no way you can change the existing homepage button on the toolbar of Opera to open speed dial . BUT surely you can drag a homepage button onto your toolbar which when clicked opens the speed dial.



    First of all remove that homepage button from your toolbar (right click -%26gt; remove from toolbar)



    Now, go here http://www.xs4all.nl/~vangeijt/opera/dnd and scroll down a li'l bit till you see 'Speed dial buttons'



    Now all you got to do is drag the button 'speed dial' -- (open Speed Dial in the current tab, ';Homepage'; icon) to your toolbar . It'll ask you whether you want to proceed, Hit yes!



    Voila! you got the homepage button onto the toolbar which when clicked opens speed dial in the current tab!



    If you want the tile icon which performs the same function , then drag the other speed dial button (open Speed Dial in the current tab, ';Tile'; icon) onto your toolbar.



    that's it!Opera 9 speed dial set as homepage?
    Speed dial is excellent.You can use 9 homepages in one page.But if you don't like try:tools and after that Preferences and then set your hompage.

    Hope you find your answer
    Start Opera. Open a new blank tab so that speed dial appears. Go to 'tools -%26gt; preferences'. Where it says 'Homepage' click 'select current'.

    How do I change the overall default media player in Windows?

    I have a Microsoft Digital Media Pro keyboard with a bunch of buttons along the top for shortcuts. I just recently formatted and reloaded windows, due to some driver issues. Before the format, when I pressed the Play/Pause button and no media player was open, Winamp would open and start playing. Now, after the format, when I press the button, Windows Media Player opens. If I already have Winamp open, the buttons control it properly, and everything is peachy. But usually the first thing I do after my computer boots up is to hit the play button to launch my music. In the keyboard settings, I can choose different settings for that key, but it is already set to the correct one. I just want it to launch Winamp if there is no media player open, and work as it currently does after Winamp is launched. I checked Set Program Access and Defaults, but I can only choose WMP or Zune as the default media player, which are both garbage IMO.How do I change the overall default media player in Windows?
    I think there is a thing in control panel that says Default Programs, it might be in there or go to Autoplay and change the default for each multimedia item.

    I cant do this!?

    I cant:



    -Right Click While inside my browser

    -Download any file from any site

    -copy or paste using keyboard shortcuts



    When I reinstall avant browser, it changes nothing, my tabs bar and normal buttons bar is gone from IE7 and im barely making it to type this! how do i fix this!?I cant do this!?
    u may have a virous do a virous scan



    u may have disabled thinds accedently



    email this person he noes all

    (he is my frend)

    achelnit@gmail.com

    Windows 3.1 - I've accidentally changed my video setting to something wrong. How would I fix it?

    So I was playing around in Windows 3.1, video (monitor) was working. I decided to change it from VGA to ';VGA 1MB 1024x768'; in the Windows 3.1 Setup application (I found it under the ';Main'; program group in the Program Manager. Now, these horrible vertical pink bars shoot up and down my monitor across the whole thing, alternating on and off. I am sure I picked an unsupported video driver for my card... Now, here's my question: How would I change it back to the default VGA? Is there a list of keyboard shortcuts I can use (since I can't see Windows at all)? Please, PLEASE, PLEEEASE someone help me out!



    P.S. I don't want to re-install Windows 3.1 on that machine, I just finished installing MS Word 6, MS Powepoint 4, VB 3.0, VC++, and my sound card...

    PLEASE HELP MEEE I'M ULTIMATELY DESPERATE! :'-(Windows 3.1 - I've accidentally changed my video setting to something wrong. How would I fix it?
    Can you boot Windows 3.1 into safe mode? That may be a way into the system where you can change it back because safe mode generally loads the generic type of drivers.

    I need tech help with my keyboard?

    well right now i am on my friends computer since i cannot type on mine but what happened was after i fell asleep i plugged in my computer to charge and in the morning my keyboard was really messed up i even tried a usb one.



    what is wrong is that 90% of my keys are shortcuts for example

    r= opens the RUN program

    l= locks my computer

    m=minimize window

    space=open windows sidebar

    x= windows mobility center

    t= opens my computer

    g/b = just does not type anymore

    u= ease of Access center

    n/m= change window (alt+escape)



    can anyone tell me how to fix this? it happens on the computer itself since it still happens with the usb keyboard on my computer and i live alone so i know nobody messed with it at nightI need tech help with my keyboard?
    You probably have a virus...Run a virus scanner

    You may have a corrupt registry; run a registry cleaner (CCleaner)

    -Try system restore

    You may have to run a clean re-installation of Windows XP

    Problem with some letters on my keyboard? I press them and they are numbers instead of alphabet?!?

    i mustve pressed some weird shortcut, turning most of my letters on my keyboard into numbers. why is this and how do i change it back to ';normal';?



    btw u must b wondering how i couldve typed this out if half the letters were numbers, rite? the problem is on a different computer.......Problem with some letters on my keyboard? I press them and they are numbers instead of alphabet?!?
    Depends on the laptop. But generally its hold the function key and hit pad lock. Or it could be Num lock. Its usually a little lock with a # on it.



    can you post wat kind of laptop it is please?Problem with some letters on my keyboard? I press them and they are numbers instead of alphabet?!?
    Fn + Num Lock.
    Nothing is wrong, you just have the number lock on! Press and hold ';Fn'; (which is usually on the bottom left of the laptop) and then push the ';NumLk'; button (usually on the top row of the laptop). Hope this helps!

    How to apply the Red Eye Reduction in PhotoCanvas?

    This really made me crazy! I've done everything what HELP said for this, except I can not find the APPLY button anywhere. is there some shortcut key on the keyboard for this function? How to aplly the change I made on the photo? Please, please help me or I'll spend a whole day trying.How to apply the Red Eye Reduction in PhotoCanvas?
    download fastzoneimage viewer the best free image software and if u want to pay the best image software is acdsee 8 proHow to apply the Red Eye Reduction in PhotoCanvas?
    close you eyes silly.
    have you tried right clicking the mouse

    some apps give you action when you do

    Help needed with Microsoft Works Excel 2007?

    Here's what the problem is. I don't know how to change the text case (upper or lower) with a keyboard shortcut. So please someone let me know how to do this. I know how to change the text case in Microsoft Works Word 2007 (as in any other version) -

    1. Select the text or just click on the word

    2. Press Shift+F3.

    I have given this explanation so that whoever answers knows what I'm talking about. Thanks in advance. :)Help needed with Microsoft Works Excel 2007?
    In Excel you are not provided with any shortcut key that can chage the case of contents.

    but you can use a formula to change the case of one Cell



    =Upper(A1)

    or

    =Upper(';Have a nice day';) ';It will return HAVE A NICE DAY';





    Similarly you can use ';Lower'; function for changing case to Lower and through ';Proper'; for First letter of every word will be capitalized and rest part of word will be Lowered.





    you can copy and paste special on the original cell



    (*.*)Help needed with Microsoft Works Excel 2007?
    I'm sorry...it is not possible in Excel. Have been working in Excel since 95 version and in 2007 still not available. Is available in Word and PowerPoint. Hopefully 2010 will have the feature...have not learned it yet.



    Hope this was helpful.



    Microsoft Expert Excel Certified 2000, 2003

    http://www.theproofpositive.com

    Sunday, November 14, 2010

    Is there any shortcut to make my screensaver come on?

    Is there any key on the keyboard or some other shortcut that I can use to make the screensaver pop up instantly? I already know how to change the screensaver and make it so that it comes up in 1 minute, I just want to know if there is any other shortcut. Oh, and by the way, I use a DELL/WINDOWS computer.Is there any shortcut to make my screensaver come on?
    make a shortcut
  • skin bleaching minimize scars
  • MAC- clicking sound when changing volume?

    How do I get rid of that annoying clicking sound when I change volume on my mac? (using the keyboard shortcut to sound)MAC- clicking sound when changing volume?
    Hold down shift as you change the volume

    In IE, how can I set it so new windows open maximized?

    When I click on links that open in a new window, that new window is opening at half height and I always have to go up and maximize it. It's a pain, especially with the touchpad. It wasn't always that way but I don't know what setting might have changed.



    As an interim solution, if anybody remembers the keyboard shortcut to maximize a window, I'd take that, too.In IE, how can I set it so new windows open maximized?
    F11

    Position of my desktop has changed(Horizontal to vertical)when i accidently press my keyboard.Howto restore?

    Position of my desktop on my system got chaged (From horizontal to vertical position ) when i accidently pressed some keys on my keyboard.I do not know how to restore it ? please let me know the shortcut keys or tell me some solution .Thanking you.Position of my desktop has changed(Horizontal to vertical)when i accidently press my keyboard.Howto restore?
    ctrl + alt + up arrow keyPosition of my desktop has changed(Horizontal to vertical)when i accidently press my keyboard.Howto restore?
    If u mean the task bar at the end has moved to the side,click bar -hold it and drag back to lower position. If u mean the screen, use the monitor keys to adjust the screen position... :)

    Eraser hardness in Photoshop Elements 6.0?

    Recently I decided that I really ought to just go legit with my editing software and deleted Photoshop CS3 and bought myself the humble Elements 6.0. However, I've been having quite some difficulty setting the hardness on the eraser tool. This is posing some problems for me, especially when I want to erase sections of my levels layers.



    I'm sure there must be some way of setting the hardness, as I've read tutorials that cater to Elements users that have said things such as, ';We'll need a hardness of around 50%';. I know how to set the hardness for a regular brush tool, but that never carries over to the eraser tool (If even it can). I've looked through the online manual, and it didn't help me greatly. I can't use the shortcut keys either, as I'm using a Finnish keyboard and they (Shortcuts) just doesn't work, and I haven't been able to find any way of changing the shortcut keys.



    Help would greatly be appreciated, thank you in advanced.Eraser hardness in Photoshop Elements 6.0?
    Hummm, that should not be any different than any other brush hardness. After selecting the eraser, look up in the tool bar. There should be a block there that says ';brushes';. Click on the drop down arrow and it should bring up the dialog box where you can adjust the sliders for both size and hardness.



    Don't know what else to tell you.



    steve

    Please help, I broke my laptop screen.?

    Okay, I managed to break the LCD display on my laptop yesterday. I was planning to replace the laptop some time in the summer when I had a bit more money, so I don't want a repair. I was thinking of an external monitor but these too are about 拢100. I found this on amazon: http://www.amazon.co.uk/Brand-1-5m-Compo and was wantering if I could link my TV up to the laptop? I suspect that would be possible, but if I successfully connected the two, would I need to do anything to make the display come on? Because of the brand of my laptop, there is no shortcut to change the output from my keyboard (I was shown that this was possible on other brands like Acer), so if I needed to change settings on screen it would not be possible because of the broken current one. Sorry about how complicated that sounds but any help will be greatly appreciated! Thankyou in anticipation.Please help, I broke my laptop screen.?
    you should get someone to fix te screen

    but the computer's site should tell you the best way to do it with googlePlease help, I broke my laptop screen.?
    You could use a connector such as the one you described. If you do choose to fix your laptop you can usually find cheap used LCD monitors on Ebay. They are relatively easy to change also.



    When you Install this, Right Click on the desktop of your computer, click properties and then go to display settings.



    If you have an ';Fn'; key, you can push that and F8 for it to switch over to the TV.



    If you completely unhook the junk LCD screen it may just automatically choose TV as the output location; however, I'm not certain on that.



    The issue would be initially making it show up on your TV without the ';Fn'; key. I think that if you detatch the broken monitor and have the TV all plugged into the side video adapter, then it should work for you.

    How to get out of text tool in InDesign?

    ok, so the keyboard shortcut for text tool is T, and the shortcut for selection tool is V. Switching between those two is just typing T and V Right?



    Now I want to know how to get out of text tool after typing using keyboard shortcut.



    Obviously you can't use keyboard shortcut ';V'; to get out. because that will just type V in the text box that you were just working on.



    So is there a way to do this without using the mouse? And I don't want to change my indesign shortcut settings because i want to be able to work on different computers without messing with the shortcut settings each time. THANKS!!!How to get out of text tool in InDesign?
    There are a few ways, one of which involve a click of the mouse that I think is the easier and quicker way.



    The keyboard shortcut is the Deselect All Command (no mousework involved):

    On a Mac: Command + Shift + A

    On a PC: Command + Shift + A



    What I do involves a mouse click. Hold Command (or Control on a PC), and click anywhere outside of the text box.How to get out of text tool in InDesign?
    Just tried it and I see your problem. I'm using CS3, and it looks like you just need to hit ESC instead of V. The selection tool/ black arrow is listed as having both V and ESC as short-cut keys.



    Hope that helps...

    How can a prevent my backspace button on my keyboard from turning into a web ';go back'; button?

    When typing out an answer here on Yahoo Answers or in other form boxes, when I hit the backspace button to a few times fast to erase a word, it instead acts like the internet explorer ';go back'; button and changes to previous web pages. I then lose what I have typed in the form. How can I turn off the feature that suddenly turns the backspace button into a web ';go back'; shortcut button?How can a prevent my backspace button on my keyboard from turning into a web ';go back'; button?
    If your cursor is in the textarea (the box you type in) it's a backspace button. If not it's a ';back 1 page'; button. That's how browsers are written.

    Some questions about the enV3?

    My enV2 is like... dying. External keypad not working, speakers dying, always randomly shutting off. I LOVE my enV2 but I was wondering if I should get the enV3. I don't like how the space bar is in the middle. UGH. Some other questions are:



    I read that it randomly turns off. Does that happen to you?

    Good battery life? People either said it was really good or really bad.

    Can you have music open on the outside?

    Can you take a video with the phone closed?

    Do you get used to the change in keyboard? (Space bar, symbol button, etc)

    I like how fast the camera is on the enV2. Is it slower on the enV3? Slower than the voyager's camera? Can't stand that.

    Can you set a shortcut to my sounds?



    Sorry so many! And just in general, overall, pros and cons?



    THANKS!Some questions about the enV3?
    Hey, if you were happy with the env2, i'd say definitely go with the env3! They are similar, but the env3 is just an improved version, so i would say go for it.



    - No, I have not had it randomly turn off, but keeping in mind that my phone is still new, i just got it recently.

    - The battery is average (and I'm a pretty heavy texter), while it is not great, I was not disappointed in it, coming from the env2 and before that the alias. It is about the same as the env2, maybe a tad shorter.

    - Yes, you can have music open on the outside. You can access it from the external menu.

    - No, you can't take video from the outside, only pictures. Unless, there is a way to i have not found yet.

    - Yes! I got used to the keyboard so quickly. After playing with it for a few hours i was already comfortable with it. I actually like the new setup better than the env2. You'll adjust to it in a snap.

    - No the camera is not slower than the env2, i'd say about the same.

    - Yes, you can. You can set up your shortcuts however you want, up to 4 options.



    Pros

    - threaded messaging

    - just type to reply feature

    - customizable main menu

    - large 2.6 high res. internal screen

    - 3 mp camera with flash

    - keypad and qwerty keyboard

    - great sound quality

    - multiple themes (some new ones too)

    - Nice looking, light, small phone



    Cons ( i don't have a problem with these, but some people have complained)

    - Small external screen (improvement from env2 though)

    - flash too bright

    - battery life could be better



    *edit: You CAN have the messages set up the same way as the env2, there is now also an option to set them up by contact (threaded messaging). You have the option to change the message view setting from time (original) to contact.



    Overall, the env3 is a great phone, a real improvement from the env2. If you like the env2, i really think you will love the env3! Good luck! i hope this helped you a bit :)

    The volume on my mac? please help!?

    Well ive had my mac for a couple weeks and the past couple days when i have been trying to change the volume by using the keyboard shortcuts it wont work and will separate the screen or show me the dashboard. how can i change it back so i can change the volume by using the keyboard?

    The volume on my mac? please help!?
    One thing to try;



    Open ';System Preferences'; (under the Apple icon in the upper left of the screen)

    Click on ';Keyboard %26amp; Mouse';

    Click on the ';Keyboard shortcuts'; and then ';Restore defaults';





    The volume on my mac? please help!?
    Have you tried System Preferences | Keyboard %26amp; Mouse | Keyboard Shortcuts and clicking on restore defaults?

    Allow remote access?

    So, my computer screen on my laptop pc went black, but I would like to still access it remotely. The problem is that I do not know the computer name and also do not have the 'check box' selected to allow remote access. I tried to use keyboard shortcuts to enable it and change my computer name but i had no luck because i can not see the screen. Any advice? I access other computers in my home remotely from my mac, and all i need to know is the computer name. How can I find this if i can't see the screen?Allow remote access?
    plug in a different screenAllow remote access?
    Most laptops a blue (vga) port on the side or back of them that you can hook another monitor into. Do that and you should be able to see stuff on the new screen that you just plugged in. If you have a wirelss network at your house, you can usually connect to your wireless router (typing 192.168.1.1 into internet explorer) and most routers allow you to see all the computers that are connected to your network. This should give you the computer name, or at least the IP address of the computer. Even if you could get the IP address it should allow you to connect to the laptop without knowing the name of the laptop
    Try pulling out the hardrive and connecting it to another laptop, the problem is probably a graphics card failure, so if you put it into another laptop then you can access your material regardless of screen and card error.
  • big brother myspace
  • How do you enable the ';end, and home'; keys on the MAC keyboard?

    I have been through the settings on the system preferences and there isn't an option for changing any of the keys.



    It would make my life so much easier to have those two shortcuts working!



    Any suggestions??How do you enable the ';end, and home'; keys on the MAC keyboard?
    they were added for windows compatibility. If you want them to do something you need to assign them in



    system preferences -%26gt; keyboard -%26gt; keyboard shortcuts.



    If you want them to do something more exotic, download Quicksilver from blacktree.

    http://quicksilver.blacktree.com/How do you enable the ';end, and home'; keys on the MAC keyboard?
    On a laptop just hit ';fn + arrow key';



    On their full keyboard it should be by the numeric keypad.

    What's wrong with my start bar? It's disappearing!?

    I'm on a work computer so I can't right click to get into the properties to keep the toolbar on top nor can i do anything really technical so changing registries is out... How the heck did my start bar start disappearing when windows are maximized? No one changed anything, is there a keyboard shortcut for this? It just started this morning.What's wrong with my start bar? It's disappearing!?
    maybe your IT engineers changed a system setting just tell them sure they will sort it out.What's wrong with my start bar? It's disappearing!?
    Right click on your task bar, and go into properties, there's a check mark box next to ';keep the start menu on top of other menus.'; make sure that is clicked, and your task bar is unlocked.



    If you can't get into properties, I'd ask a help desk tech or an admin to do it for you, shouldn't take more than 2 seconds.
    Oh, simple, it's a technical normal error. I experience it over 10 times already. You have to do is right-click the start bar. And then, enable lock startbar. There you go. If it doesn't work go to http://www.microsoft.com/ and ask them what happened.

    Keyboard shortcut help please!?

    Okay well while playing World of Warcraft, when I press Caps Lock, it minimizes the screen. I guess its setup as a shortcut, but I dont know how to change/get rid of it. Any help would be great!

    And please dont suggest installing AutoHotKey, as I tried that, and found it unbelievably confusing ( I'm not very good with anything to computer related). So if you could layout what I have to do nice and simple would be great! :)Keyboard shortcut help please!?
    Don't do what he said above.... it'll close out of the program. Anyways, I played a little WoW so I kinda think i know what to do. If you press esc the menu comes up right? Well under the options area I think there is a tab that is like hotkeys maybe you can find an option in there that will take the capslock hotkey off?Keyboard shortcut help please!?
    just hold alt and hit the first four function keys

    ALT F1

    ALT F2

    ALT F3

    ALT F4

    its an easy quick fix, worked fine for me.

    How do you do French accents on a laptop?

    Okay I need a way to type french accents on my words for the programs open-office writer and Microsoft Word. Now I know the first thing your going to say for Microsoft word is to go to insert and go to symbols. But I lack a symbol button. I don't want to permanently change my keyboard to french but I just need a way to shortcut to these accents. Again I don't want to permanently change all my numbers to symbols or something like that, I just want shortcuts that will work on my computer. Thanks in advice!How do you do French accents on a laptop?
    Laptops generally have a Fn key which allow you to emulate a Numeric Keypad on a laptop. See http://en.wikipedia.org/wiki/Fn_key . If not, you should read the documentation that came with your laptop to see how it emulates a numeric keypad.



    On a PC, generally speaking, you make sure the Num Lock is on, by pressing down the upper-rightmost key until the indicator light is on. Then you hold down the left Alt key, type a number on the Numeric Keypad from 0 to 255, and then allow the left Alt key to rise. To use a laptop, you would often have to press Fn either before or while you were pressing the number keys.



    If you include a 0 before each number, you will get the corresponding character from you current 8-bit Windows character set. Otherwise you will get the corresponding character from your current DOS character set. If the DOS Code Page is 470, some capital accented French characters will be missing, If it is Code Page 850, Then French characters 艙 and 艗 will still be missing. So I suggest you get used to using the leading 0 which will provide the Windows Western European Character set.



    You might also try http://allchars.zwolnet.com/ for AllChars.exe which provides a more intuitive approach. I have been using this for about fifteen years with no problems, including under Windows Vista. Ctrl O E produces 艗, Crl ' e produces 茅, Ctrl ` a produces 脿, Ctrl ^ O produces 脭 and so forth. You press the Ctrl before the other keys, not while you are pressing them, so that it does not interfere with regular Ctrl key usage.How do you do French accents on a laptop?
    Hold Alt Gr, and press the letter you want an accent with.

    It works. I never said WITH the spacebar, just ';Alt Gr next to the spacebar';

    茅 谩 煤 铆 贸 - see?

    How do you open an Access DB for editing when the database window is protected and menus are disabled?

    I have an Access application written by a former employee. I want to edit the underlying VBA code but the database window is not shown on startup and all menus have been changed. It seems some other shortcuts in the program itselft may have also been disabled. I had a friend once that had a trick to opening a database and bypass the protection with a keyboard/mouse shortcut at the icon in Windows but I do not remember it. Does anyone know how I can get inside this application and do what I need done?How do you open an Access DB for editing when the database window is protected and menus are disabled?
    hold the shift key down as you open it. also is it an MDB file or an MDE file? if its mde the VB code is compiled or encrypted and you still can't edit it.How do you open an Access DB for editing when the database window is protected and menus are disabled?
    One additional note to the holding Shift key down when opening the database.



    If the database has any user group permissions setup on the database you may still have an issue because if that person made the groups you would have to strip out the user/group persmissions. There is a lot of work involved around this so just one extra thing to think about when opening the database.

    How do I use the F keys on my keyboard?

    I have a Microsoft Wireless keyboard:



    http://www.microsoft.com/hardware/mousea



    How do I change the settings so that I can use F4, F5 etc..I think by default they are assigned to shortcuts...



    Thanks in advance for your help.How do I use the F keys on my keyboard?
    You should have gotten a CD with the keyboard. Get the cd, put it in the drive, and install stuff.



    This should add a desktop icon which when you click will allow you to configure your buttons and change the short cuts.How do I use the F keys on my keyboard?
    Download the software for it and you can then change the settings.



    http://www.microsoft.com/hardware/downlo
    you can also go to stardock.com and download a program called Keyboard Launchpad, it is only a demo, but it works great! unfortunately if you want to buy it, you have to buy it in a bundle of other stardock products.
    press the button that says ';F';

    ? shortcut to change figure 34,567 into words like thirty four thousand five hundred sixty on a excel sheet.?

    working on Ms Excel how will you cahnge the Numeric figures into Words on an excel sheet for example: Change 34,567 into words like thirty four thousand five hundred sixty.Tell me the keyboard short cut.? shortcut to change figure 34,567 into words like thirty four thousand five hundred sixty on a excel sheet.?
    Excel does not have this feature, instead we need to make a macro (User-defined function) to do this.

    mark me as best and send me your address and I will send it over to you.



    Read my profile, I am XLMan? shortcut to change figure 34,567 into words like thirty four thousand five hundred sixty on a excel sheet.?
    I personally prefer to see someone answer the question. This isn't ';Yahoo! Keep Answers Secret';

    Report Abuse


    Hi,

    I have made a function, which will convert figures to words in Excel

    Contact me on tahirisdbest@yahoo.com

    Report Abuse


    http://support.microsoft.com/kb/q213360/

    How do I play games in a small adjustable screen?

    When I play some games, it automatically opens up in full screen and I can't change the size or close it quickly. Is there some keyboard shortcut to make the full screen into a adjustable window?How do I play games in a small adjustable screen?
    Try the graphics or display option in the game. Some games have an option to select window or full screen mode. Enable window mode.

    On Mac OS X, how do you switch system preferences settings with AppleScript?

    The computers in the computer lab are set to revert every time you log off. I change a number of settings every time I log on: International -%26gt; input menu, add input type Dvorak -%26gt; keyboard shortcuts, enable input menu, disable previous input source, change next input source to 鈱?shift+1 -%26gt; expos茅 and spaces, enable spaces, add row, add column. Isn't it really easy to write an AppleScript that does all that for you in an instant?On Mac OS X, how do you switch system preferences settings with AppleScript?
    In Leopard, there are several improvements for scripting System Preferences. The link below is some samples from Apple's website.



    http://www.apple.com/applescript/feature



    I haven't played around with scripting System Prefs yet, but you may only be able to get so far before having to use GUI scripting.



    http://www.apple.com/applescript/uiscrip



    Depending on the way your IT department set up your macs, you may have to have an administrator password in order to turn GUI scripting on and off.



    If you do get into UI scripting there are free and paid tools that can help you.



    Oh, and an AppleScript won't change your settings in an ';instant,'; but it will be a lot faster than you doing it manually.On Mac OS X, how do you switch system preferences settings with AppleScript?
    I don't understand how you manage to change all these settings. Some of them do not take effect until you logout and login again which would automatically revert to the default settings. But if you can do it, great. Maybe their is some special software installed that instigates not only the reverting to default preferences but also allows your preferences to take effect without logout-login.



    You could write a script that would change your prefs but it would be much simpler to write a script that would rename your Preferences folder (after you have made your settings) to ';Preferences-old'; or ';Preferences-yourname'; or whatever. For that matter, you could do it manually just before you shutdown. Then, when the computer starts up again, there will be a default Preferences folder created automatically as usual. Then you trash the Preferences folder and rename your Preferences-old to Preferences.

    HOW DO I STOP SHORT CUTS FROm POP UP WHEn I PRESS certain LETTERS?

    typing is difficult most letters produce shortcuts to pop up. i never assigned shortcut or activated them. driving me crazy. i've already cleared comp. x2. i also bought new keyboard nothing changed.HOW DO I STOP SHORT CUTS FROm POP UP WHEn I PRESS certain LETTERS?
    Keyboard shortcuts



    Keyboard shortcuts can make it easier to interact with your computer because you don't need to use the mouse as often.



    Ease of Access keyboard shortcuts

    The following table contains keyboard shortcuts that can help make your computer easier to use.



    Press this key

    To do this



    Right SHIFT for eight seconds

    Turn Filter Keys on and off



    Left ALT+left SHIFT+PRINT SCREEN (or PRTSCRN)

    Turn High Contrast on or off



    Left ALT+left SHIFT+NUM LOCK

    Turn Mouse Keys on or off



    SHIFT five times

    Turn Sticky Keys on or off



    NUM LOCK for five seconds

    Turn Toggle Keys on or off



    Windows logo key +U

    Open the Ease of Access Center





    General keyboard shortcuts

    The following table contains general keyboard shortcuts.



    Press this key

    To do this



    F1

    Display Help



    CTRL+C

    Copy the selected item



    CTRL+X

    Cut the selected item



    CTRL+V

    Paste the selected item



    CTRL+Z

    Undo an action



    CTRL+Y

    Redo an action



    DELETE

    Delete the selected item and move it to the Recycle Bin



    SHIFT+DELETE

    Delete the selected item without moving it to the Recycle Bin first



    F2

    Rename the selected item



    CTRL+RIGHT ARROW

    Move the cursor to the beginning of the next word



    CTRL+LEFT ARROW

    Move the cursor to the beginning of the previous word



    CTRL+DOWN ARROW

    Move the cursor to the beginning of the next paragraph



    CTRL+UP ARROW

    Move the cursor to the beginning of the previous paragraph



    CTRL+SHIFT with an arrow key

    Select a block of text



    SHIFT with any arrow key

    Select more than one item in a window or on the desktop, or select text within a document



    CTRL with any arrow key+SPACEBAR

    Select multiple individual items in a window or on the desktop



    CTRL+A

    Select all items in a document or window



    F3

    Search for a file or folder



    ALT+ENTER

    Display properties for the selected item



    ALT+F4

    Close the active item, or exit the active program



    ALT+SPACEBAR

    Open the shortcut menu for the active window



    CTRL+F4

    Close the active document (in programs that allow you to have multiple documents open simultaneously)



    ALT+TAB

    Switch between open items



    CTRL+ALT+TAB

    Use the arrow keys to switch between open items



    CTRL+Mouse scroll wheel

    Change the size of icons on the desktop



    Windows logo key +TAB

    Cycle through programs on the taskbar by using Windows Flip 3-D



    CTRL+Windows logo key +TAB

    Use the arrow keys to cycle through programs on the taskbar by using Windows Flip 3-D



    ALT+ESC

    Cycle through items in the order in which they were opened



    F6

    Cycle through screen elements in a window or on the desktop



    F4

    Display the Address bar list in Windows Explorer



    SHIFT+F10

    Display the shortcut menu for the selected item



    CTRL+ESC

    Open the Start menu



    ALT+underlined letter

    Display the corresponding menu



    ALT+underlined letter

    Perform the menu command (or other underlined command)



    F10

    Activate the menu bar in the active program



    RIGHT ARROW

    Open the next menu to the right, or open a submenu



    LEFT ARROW

    Open the next menu to the left, or close a submenu



    F5

    Refresh the active window



    ALT+UP ARROW

    View the folder one level up in Windows Explorer



    ESC

    Cancel the current task



    CTRL+SHIFT+ESC

    Open Task Manager



    SHIFT when you insert a CD

    Prevent the CD from automatically playing





    Dialog box keyboard shortcuts

    The following table contains keyboard shortcuts for use in dialog boxes.



    Press this key

    To do this



    CTRL+TAB

    Move forward through tabs



    CTRL+SHIFT+TAB

    Move back through tabs



    TAB

    Move forward through options



    SHIFT+TAB

    Move back through options



    ALT+underlined letter

    Perform the command (or select the option) that goes with that letter



    ENTER

    Replaces clicking the mouse for many selected commands



    SPACEBAR

    Select or clear the check box if the active option is a check box



    Arrow keys

    Select a button if the active option is a group of option buttons



    F1

    Display Help



    F4

    Display the items in the active list



    BACKSPACE

    Open a folder one level up if a folder is selected in the Save As or Open dialog box





    Microsoft keyboard shortcuts

    The following table contains keyboard shortcuts for use with Microsoft keyboards.



    Press this key

    To do this



    Windows logo key

    Open or close the Start menu



    Windows logo key +PAUSE

    Display the System Properties dialog box



    Windows logo key +D

    Display the desktop



    Windows logo key +M

    Minimize all windows



    Windows logo key +SHIFT+M

    Restore minimized windows to the desktop



    Windows logo key +E

    Open Computer



    Windows logo key +F

    Search for a file or folder



    CTRL+Windows logo key +F

    Search for computers (if you are on a network)



    Windows logo key +L

    Lock your computer or switch users



    Windows logo key +R

    Open the Run dialog box



    Windows logo key +T

    Cycl
  • rodents
  • How do I access the Task Manager with a different shortcut other than Ctrl-Alt-Delete?

    My Ctrl button on my laptop broke, so is there another method to change the shortcut which doesn't require having to have the entire keyboard replaced?How do I access the Task Manager with a different shortcut other than Ctrl-Alt-Delete?
    Start -%26gt; Run -%26gt; Type taskmgr.exe



    It loads a lot faster then doing Ctrl-Alt-Delete.How do I access the Task Manager with a different shortcut other than Ctrl-Alt-Delete?
    on the start tool bar on the bottom, right click, and then it should say ';task manager'; in the list of choices.

    How to change CTRL+SHIFT+S on my keyboard so that it saves instead of bringing up system info?

    I just recently bought a HP tablet laptop, and am trying to get used to it, however when working with Adobe Photoshop CS4, I keep trying to press CTRL+SHIFT+S for ';Save As'; as I have been taught since I first got photohop and instead of ';saving as';, it brings up the system information for my computer. It's not a program that pops up, just simply the system information. Does anyone know how to change it so that I can ';save as'; with that shortcut again?How to change CTRL+SHIFT+S on my keyboard so that it saves instead of bringing up system info?
    quoting answer from thread:



    HP isn't going to tell you how to disable it, but I finally figured it out! Go to Start-%26gt;All Programs-%26gt;HP and right click on HP System Information. Go to Properties and you will see a section for ';Shortcut Key';. Just delete what's in there. That's it!



    full thread:

    http://forum.notebookreview.com/showthreHow to change CTRL+SHIFT+S on my keyboard so that it saves instead of bringing up system info?
    Just go ALT+F Then CTRL+SHIFT+S
    Try CTRL+S it should bring up save as if you already haven't saved it as.

    How can i make my keyboard make a Euro Sign in place of the 拢 sign?

    We all know the GBP is going down the pan, i only have around 1100 prices to change on my websites %26amp; need to do this fairly quick, so i could do with some sort of shortcut on my keyboard for the Euro!How can i make my keyboard make a Euro Sign in place of the 拢 sign?
    As people have said, use the Alt Gr key, hold that down then tap 4. Even if the euro sign is not showing on the right side of that key, it will still print as 鈧? If not, however, insert the symbol from the character map and assign it to, say, the grave key next to the No. 1 which you are highly unlikely to use, as a shortcut key so that when you press ` key the 鈧?comes in.How can i make my keyboard make a Euro Sign in place of the 拢 sign?
    try pressing Control + Alt and the number 4 at the same time (assuming that's where the 鈧?sign is on your keyboard!)
    Changethe keyboard setting.
    Hold Alt Gr + 4



    or maybe you can do some paste and copy after you ve got the firs Euro sign



    good luck to you



    greg
    It's Alt + 0128 = 鈧? get a list of shortcuts below. Cheers.



    http://www.tedmontgomery.com/tutorial/AL

    How do you set up the internet shortcut tab on your keyboard?

    On my keyboard there is a shortcut key for internet and mail- when i click those buttons, they both launch internet explorer and outlook express. I want to change it so that when I click it, I get yahoo mail. Does anyone know how to set it up? Please give me step by step!How do you set up the internet shortcut tab on your keyboard?
    The button launches your browser. Your browser determines where it goes by the home page you have set in it. Set Yahoo mail as your home page and pressing the button will launch the browser and go to Yahoo. (If you want the Outlook button to go to Yahoo mail, you'll have to use the CD that came with your keyboard to change what the button does, and you'll have to run a command to IE to tell it to go to Yahoo mail.)How do you set up the internet shortcut tab on your keyboard?
    Not sure this works, but it's on my XP computer:



    1. Click the Start-%26gt;Control Panel menu item.

    2. Click Printers and Other Hardware.

    3. Click Keyboard.

    4. Now on my HP, there's a Button tab. If there is on yours, click it.



    From there on, you're on your own. Hope that helps. Note there's a Default button if you get things too far out of whack.

    How do I change Firefox back to its ';full display';?

    I obviously hit some keyboard shortcut that I was unaware of, which changed the top of the Firefox browser to a smaller version that doesn't display my bookmarks toolbar and other information. Does anyone know the shortcut so I can change it back? Thanks.How do I change Firefox back to its ';full display';?
    press F11



    F 11 takes firefox in and out of Full Screen Mode

    I want to program media player shortcuts on my keyboard...How?

    I have a logitech k320/500 keyboard...the website said it came with media short cuts, just not the ones I really need - switch tracks.



    How do I reassign the premade short cuts to preform the actions I desire?



    I have already been to the logitech website and dl their software to change buttons, but they are just preprogrammed features, (I can however program one of the keys to open media player, just not change the songs)



    I will install any software needed, or copy ur script and with guidance, install that...

    How to delete a keyboard shortcut?

    i have a very irritating shortcut on my computer. when i press: Alt + left arrow + arrow up (it has to be in this order) my sound goes a bit lower. and i don't like that. and in the game i play i use this very often. is it possible to delete this shortcut? or to change it. i also have this problem out of the game so i has to be a windows shortcut.How to delete a keyboard shortcut?
    This sounds like a hard-wired shortcut embeded in Windows, your keyboard drivers, or your computer itself. The only way to change it would be to download software to specifically block such a shortcut from working.



    Of course a much easier way would be to simply go into your game's settings and change one or more of the controls so this shortcut would still work but your game wouldn't interfere with it. Change Alt to Shift or CTRL or something.How to delete a keyboard shortcut?
    it should be your sound hotkey setting.see if you can choose and unuse setting.

    How do i change the language of my password?

    Hello,

    I got a computer from the store that had been preinstalled with Windows XP Pro, it would automatically log on.

    The default language was Arabic, and i changed it to English. Everything was working fine until I added a password to my account. After restarting, I can't log in to the computer because my password was in english and the default language at login is Arabic. I'm incredibly frustrated with it, hope someone can suggest a quick fix. Is there some keyboard shortcut to cycle through languages BEFORE logging on to windows?How do i change the language of my password?
    Change your default setting



    Go to

    START%26gt;HELP AND SUPPORT%26gt;SEARCH-window type ';default Language';

    there are several options for you to read about

    On the Mac OsX, is there a keyboard shortcut to ?

    Change your choice in a dialog box. Eg. The Shutdown dialog box has Restart - Sleep - Cancel - Shut Down, Shut Down is in Blue so you can press enter to apply it. How do you make the other options Blue without having to point the cursor at it and click?On the Mac OsX, is there a keyboard shortcut to ?
    There is not a keyboard shortcut for it. You just have to click.On the Mac OsX, is there a keyboard shortcut to ?
    there is definalty not a keyboard shortcut that i know off



    soz

    Change scale of graph in Photoshop contour?

    Just a quick question;



    Does anyone know how to change the scale of the countour lines when editing a custom contour? I saw it once in a video tutorial but forgot (keyboard shortcut)



    Thanks!Change scale of graph in Photoshop contour?
    Go to http://www.helpwithphotoshop.co.uk/forum register(free) introduce your self %26amp; ask away + plenty of link to resource's %26amp; tuts
  • best ergonomic mouse
  • My Keyboard and Volume?

    Ok, I own an a6203w HP Desktop package. The keyboard has volume control buttons on it, as well as other shortcuts such as mute, internet explorer, sleep mode, and other stuff on it.



    Whever I go to use to keyboard to change my volume though, I keep getting an prompt onscreen that says KBD.EXE has stopped working, and then it says WINDOWS IS CHECKING FOR A SOLUTION.



    I have vista, and I was just wondering how to fix this, or just null it for the time being so it doesnt cause further trouble. Thanks.My Keyboard and Volume?
    You need to install your keyborad drivers once again. Some dlls relating to that may have been corrupted.



    - Good Luck.

    How do I get accents on my keyboard?

    *for Spanish* ... I know there's a code I can do when using ';Num Lock'; but isn't there an easier way, or is there anyway I can change the shortcut code to something short like ';ALT N'; or ';ALT E'; ???How do I get accents on my keyboard?
    alt gr then the letterHow do I get accents on my keyboard?
    alt

    Screen trouble with Mac?

    Something very odd just happened to my screen while I was using Illustrator. Suddenly, every window zoomed in and the movements I made on the touchpad caused the screens to scroll. And I mean -every- movement, not just when I hold one finger on the pad and scroll with another. I don't even know how it happened! I -was- using a keyboard shortcut to change a font in AI, that's all I know.



    And now, ugh, the movement of all screens is making me nauseous. The computer is a MacBook Pro. Help, please..Screen trouble with Mac?
    Though I'm not exactly sure what would have caused it to happen, it sure sounds like your screen resolution got shrunk WAY down, to the point where the screen will have to scroll to show everything rather than being able to display it. Try to get out of the program, or to your system settings. Check to see if you can change the resolution. If not, then I'd simply restart. That resolves many issues on macs. If neither of those help, then you could put in the system CD, start up off of that, and run an install of the OS. You shouldn't lose any data, it should simply replace any broken/missing system files. With out going really in-depth, I would assume that one of those would probably help resolve your problem. Good luck.Screen trouble with Mac?
    mine does that too sometimes - i don't know why. hit ';escape'; and it goes back to normal.
    Not sure exactly what this is, but it sounds like it could be one of the user interface tools for accessibility.



    Try hitting F11 to enable *that* mode, then hit it again to exit. With any luck, you'll exit the mode you're in.



    Alternately, just reboot. I know, it's the Microsoft solution, but what the hey. :)
    u tell me dude!! i was planning on buying one myself and if there are such hidden probs, i'll have to consider the windows!!! Damn

    I'm interested in the new version of yahoo classic?

    I read something on yahoo's website about a new version of yahoo classic. I am NOT talking about the yahoo beta, but rather an updated version of yahoo classic, where yahoo removed certain keyboard shortcuts and changed several other features. One of my yahoo e-mail accounts changed to this format, but the other did not. Once again, this is not the yahoo beta that uses a tabbed interface, but rather a newer, sleeker form of yahoo classic mail. When I searched yahoo answers, several people responded that this does not exist, but like I said, one of my e-mail accounts changed into this new format, while the other did not. I'm wondering how I can switch my other yahoo e-mail account to this format. I have over 100,000 e-mails in this account, so simply creating a new account is not an option. Any information about this would be greatly appreciated. Sorry for the long question. Thanks!I'm interested in the new version of yahoo classic?
    You may be talking about the ';All-New Mail'; upgrade----which, while it sounds good, is far from perfect (as projected).

    However, if you've encountered no troubles with your other account that switched ----then it should be fine to switch this one also.



    On the mail page (of Classic account)---open the inbox----and on the right side you will see a purple link---';Switch to the New Mail';---and you're on your way.

    How do i change my shortcut keys in windows, say Win+R to open a video file?

    my keyboard doenst have hot keys, so is there a way i can program the Win+any letter combo to open a video file?How do i change my shortcut keys in windows, say Win+R to open a video file?
    You have to download special program as Swift keyboard which make possible to program hot keys in any combination. Go to this site http://pcwin.com/Utilities/Swift_Keyboard/index.htm

    and download it.How do i change my shortcut keys in windows, say Win+R to open a video file?
    You can't program a Windows shortcut to something specific that you want. They are basically pre-programed already in the OS. I have attached a link that shows you what those shortcuts are.

    Laptop?!?!?

    I had my laptop connected to my tv through an s-video cable. When I changed the graphics options on my Toshiba laptop I accidentally changed it to Monitor instead of notebook or television. Now my laptop screen is blank and I don't know how to change it back. I really need help on this please please please!!!



    Is there any keyboard shortcut to change it back to Notebook or another way to change it. Please list steps i will give best answer to anyone who solves this problem. Please help!Laptop?!?!?
    i know this is probably frustrating

    but first

    -is the s cable in

    this is an easy fix aparently you are obviosly using a different comp if you could ask this lol

    just disconect that moniter from a pc and attach it to your laptop

    now if you dont have a port for a moniter than tough noodles

    sorrry

    take it to a geekLaptop?!?!?
    Remove cable from TV, and try.
    See if you can find something at http://www.techulas.com/ about it

    What's the keyboard shortcut in Photoshop 7 for switching between Brush Size and Precise cursor types?

    I keep pressing my keyboard by accident, and then my cursor changes (eg when using the brush tool) from Brush Size mode to Precise mode, and then I get stuck because I can't see the size of my brush! And then i have no idea how to switch it back...but then sometimes it does so w/o me doing anything. Ideas?What's the keyboard shortcut in Photoshop 7 for switching between Brush Size and Precise cursor types?
    Caps Lock.



    You can also find the cursor types in the preferences menu for additional options to get exactly what you want.

    What is the keyboard shortcut to invert your computer screen vertically?

    I sat on my keyboard at the office, then when I turned around everything on the screen appeared vertically inverted! I restarted Windows but nothing changed. Would you guys know how to fix this? What is the keyboard combination to invert the screen? I'm going to work tomorrow so I'd need to use the PC. Any help is definitely appreciated. Thanks!What is the keyboard shortcut to invert your computer screen vertically?
    Well, I'm not sure if this'll work for your computer, because it works for the one I'm currently using, but I don't think it worked for my old ones.. So anyway:

    Ctrl+Alt+Down Arrow = Turns screen upside-down.

    Ctrl+Alt+Up Arrow = Turns screen rightside-up.

    Ctrl+Alt+Right Arrow = Turn screen once, clockwise.

    Ctrl+Alt+Left Arrow = Turns screen once, counter-clockwise.

    Hope that helps!

    Best of luck~What is the keyboard shortcut to invert your computer screen vertically?
    Thanks ohmygodtophat that worked for me too!!!

    Report Abuse


    http://rsb.info.nih.gov/ij/docs/shortcut



    Try this website. It seems to have the answer to a lot of questions about shortcuts.
    My screen automatically does it when i turn the screen vertical or horizontal. I guess my screen rotates 180 degrees.



    But I never had to put in any code.

    Keyboard shortcuts?

    My Enter key is set to put in a new line in messenger. How do I change it so that it will send the message I just wrote?Keyboard shortcuts?
    Open Messenger

    Messenger (menu)

    Preferences

    Messages Tab

    ....Pressing Enter ....

    save

    How do I change the colors on my iBook G4?

    Is there a keyboard shortcut to mess around with the brightness, colors, etc? Somehow messed with my laptop and I want to change the colors back to normal.How do I change the colors on my iBook G4?
    You need to explain what is not normal about the colors. Are the reds looking green and the yellows looking purple? Go to System Preferences %26gt; Universal Access. Select the ';Seeing'; tab. For ';Display';, select ';Black on white';.How do I change the colors on my iBook G4?
    Paint.
  • raising a kitten
  • Fried hard drive causes?

    Here are the details:

    My macbook is 10 months old.

    I have an external fan in addition to its internal fan.



    Here's how it happened:

    I was in the middle of playing xplane and wanted to change around the keyboard shortcuts, so I went to system preferences. My computer started functioning really slow, and eventually the spinning rainbow wheel replaced the mouse pointer on the screen. I heard these rythmic clicking noises on the upper right side of it. I tried to force quit out of all applications, but the force quit window wouldn't show up.



    Finally, I held down the power button and it shut off. After about 10 seconds I restarted it. The normal apple symbol and spinning gear was replaced by a blinking folder with a question mark inside of it.



    Don't tell my to put the startup disk in, or do anything that may supposedly help this problem-I've already tried all of that. Just tell me if you know what the cause was.Fried hard drive causes?
    Sounds like a bad case of ';infant mortality';. It's well known in the electronics industry that a small percentage of parts are just going to DIE for no apparent reason, a short time after being put into use. Manufacturers account for this in their warranty policies and pricing.



    It doesn't mean the thing isn't built well - it's just a fact of life that not even the best processes are 100% perfect.Fried hard drive causes?
    did u ever try to format ur hard drive? thats wat fries most hard drives..



    or could of been of over use or bad cericiting

    Is there a keyboard shortcut for Windows to show the current date?

    I keep looking up the date by hovering my mouse over the time in the lower right hand corner. Is there a quick keyboard shortcut that will just tell me the date? Or even better, could I change how the time is displayed to also show the date?Is there a keyboard shortcut for Windows to show the current date?
    place your cursor over the taskbar so it make up and down arrows and drag it up one notch. this will always show the date

    How do you set up keyboard shortcuts that are buttons on the keyboard, if that makes sense?

    I got a new laptop its a hp presario compaq. And i've never known how to set up keyboard shortcuts for example:

    How up the top with F9, F10, F11 %26amp; F12 it has play/pause, next, back etc options for when im listening to music, they dont work and i have no idea how to set them up.

    Also there is an fn button down the bottum to use when doing shortcuts that are up with the F buttons ot with the volume, but they dont work with the music option ones and i really want to get them working so i dont have to open itunes to change the song and stuff

    Any help would be appreciated.How do you set up keyboard shortcuts that are buttons on the keyboard, if that makes sense?
    Click on Control Panel in your Start menu. Look for your Keyboard among all the icons, double click on Keyboard where you should find settings for doing that. If not, I remember at one time Compaq had a Keyboard Access system installed for that also in the Control Panel.

    How to use keyboard shortcuts on my keyboard with iTunes?

    Hello,



    I have just got a new laptop, it is an Hewlett-Packard G70 212-EM.



    On the keyboard it has F9 - F12 that can also be used as media shortcuts such as play, puase, stop, next, previous etc



    These work already with windows media player.



    I wanty to be able to use they keyboard shortcuts in iTunes when its minimized (they already work if iTunes is open).



    I am thinking there will be a way to maybe change my default media player or to assign these keys to iTunes?



    I have done it on my old laptop but forgot how i did it.



    Thanks!How to use keyboard shortcuts on my keyboard with iTunes?
    To specify shortcut keys for specific programs



    Before beginning this procedure, please refer to the documentation that came with the program to verify a shortcut was installed.



    1. Open My Computer.



    2. Locate the program file (.exe) or the program's shortcut icon. Right-click the program file or shortcut, and then click Properties.



    3. Click the Program tab for an MS-DOS program or the Shortcut tab for a Windows program.



    4. With the cursor in the Shortcut key box, select the keyboard key you want to use in combination with CTRL+ALT. Shortcut keys automatically start with CTRL+ALT. The Shortcut key box will display None until you select the key and then the box will display Ctrl+Alt+the key you selected. You cannot use the ESC, ENTER, TAB, SPACEBAR, PRINT SCREEN, SHIFT, or BACKSPACE keys.





    To open My Computer, click Start, and then click My Computer.

    Once you assign a shortcut key combination for a specific program, you will not be able to use that key combination with other programs.

    If you forget the key combination for your shortcut, you can follow steps 2 through 3 and review your shortcut keys.

    Using shortcut keys to open programs can often be simpler than opening programs using a pointing device, especially when working on portable computers.





    this might not work with your versions of windows

    check the windows help files and type in keboard shortcuts





    ?

    Saturday, November 13, 2010

    Macbook keyboard shortcuts help!!!!?

    I let my sister use my mac and she messed up my keyboard shortcuts.. so now the dashboard is F12 and the volume button does something other than what its suppose to. So how do i restore the settings.. i already tried restoring default settings on the system preferences and that doesnt change it bacMacbook keyboard shortcuts help!!!!?
    Try going on System Preferences - Keyboard %26amp; Mouse - keyboard shortcuts.



    Try doing it manual:)

    Any keyboard shortcuts for Macintosh?

    I'm using a borrowed mac, but I'm getting very tired of using the mouse for everything. I'd like to know how to change words to bold, underline, etc., also, how to change windows, select, copy, paste, undo, etc. Any info will be appreciated.

    Good day!Any keyboard shortcuts for Macintosh?
    How many do you want?

    http://docs.info.apple.com/article.html?



    For Mac keyboard short cuts in assorted 3rd party apps check in the file menus.Any keyboard shortcuts for Macintosh?
    nope i have a real computer that i can actually do stuff with, without being restricted, i know how you feel
    I have no idea, because macs are not as cool or as dependable as mac users want you to think, in fact mac OS sucks. Just as much as windows. Get a free linux OS, i would recommend Abuntu for beginners.
    The command key is like control on windows. The command key has an apple on it. command b, command u, its really the same as windows. Command tab to change applications. command ` to change the window in an application. copy paste and cut are the same as on pc.



    other handy ones are command h for hide. command n for new window. f11 to show the desktop.



    Once you get the gist of it macs are much easier than pc, although i use both to keep it interesting.
    mac is a great os, but it's such a loser when it comes to applicatins... sorry dude, better switch to computers with os from microsoft.
    If you're used to Windows, the Apple key acts much like the ALT key on Windows and most shortcuts are the same.



    Hold the Apple key and press ... ';B'; for bold, ';I'; for italics, ';U'; for underline, ';C'; to copy, ';X'; to cut, ';V'; to paste, ';TAB'; to switch applications. AppleKey + Z to undo, AppleKey + Shift + Z to redo.



    They're also listed in almost every application under the various menus beside the appropriate function and in most cases should be in the help files for each application too.
    for all those negative about the mac, seriously you need to first try before you speak! it out-did the windows by far; now that windows has attempted to catch up with the vista it s doing better but still not as good as mac!

    as for your question here are some that haven't been mentioned already....

    if you are on an internet webpage, press esc to go back

    apple key(command)+c copy, command+v paste, command+w close window, command+s save, command+delete move to trash....
    yes, there are a lot. Press: apple q to quit any application. Use apple n to open the hard drive in a new window. Use apple w to quit a window, and some others. here's a website with all of them: http://docs.info.apple.com/article.html?artnum=75459

    How do i fix my keyboard where it doesn't use shortcuts when i push the specified button?

    Like when I push ';F'; key, it brings up the search window or enter makes the top window change to fullscreen. I don't even have to hit ctrl or alt.How do i fix my keyboard where it doesn't use shortcuts when i push the specified button?
    You need to find a program, to reprogram them. However the F keys have default functions.

    How do you change the output of a second keyboard?

    OK so i have a second keyboard that i want to use for shortcuts like .com or game buttons but if i just change the value like ';.'; = ';.com'; then it will change it on both keyboard i want to physically go in and change the output of the second keyboard and write a receiving program so that when the ';.'; key is pushed on the second keyboard it puts out a ';.com'; also i want to make them ';hot keys'; which if u don't no what that is it is when you press a certain key it opens a program so i want to for instance when i press ';i'; on my second keyboard i want it to open Itunes ok i need help with all of this?How do you change the output of a second keyboard?
    OS.......

    My Mac has an annoying keyboard shortcut... the '0' zero keeps toggling mute... how do I change this?

    Please help. I just attached a new keyboard to my iMac and for some reason it has created a keyboard shortcut whereby the '0' zero key keeps on toggling the mute function. I've looked all through the ';Keyboard Shortcuts'; dialogue but can't correct it.



    Please help. Please please please. Its quite frustratingMy Mac has an annoying keyboard shortcut... the '0' zero keeps toggling mute... how do I change this?
    You could possibly try assign ';0'; something that you use a lot. Something useless? Sorry if this isn't any help.My Mac has an annoying keyboard shortcut... the '0' zero keeps toggling mute... how do I change this?
    Ok so go into system preferences, click on keyboard and mouse, then go to keyboard, on that page you will see something that says something like: use all F1, F2, etc. keys as standard function keys When this option is selected press the Fn key to use the special features printed on each key. Make sure that box is not filled in/make sure you don't have that setting on. If that doesn't work you can click on Keyboard Shortcuts at the top and then press Restore Defaults. Hope this helped!

    How do I change Firefox back to its ';full display'; on Mac OS X?

    I obviously hit some keyboard shortcut that I was unaware of, which changed the top of the Firefox browser to a smaller version that doesn't display my bookmarks toolbar and other information. Does anyone know the shortcut so I can change it back? Thanks.



    Please note, I'm using a MacBook and have Mac OS X, so I know it's not F11 like it would be on a PC.How do I change Firefox back to its ';full display'; on Mac OS X?
    You confused us with two different ideas:

    1) making a window fill the screen area.

    2) showing toolbars in Firefox.



    For #2:

    in Firefox, go to the View menu, select the two that are available.



    For #1:

    There is no ';maximize'; button for a Mac window. The green button is a zoom. It will change the measurements of a window but what you get varies with each application. It is a developer's prerogative. The only truly predictable feature is that if you click the zoom again, the window returns to the previous size that you chose in the first place. Sorry, but Mac OS has been this way for many years, even before OS X.



    When you open the first window of an application, you put it where you want and size it how you like it. What happens with the second, third, and fourth window depends on the application, not OS X. In Firefox, for example, subsequent windows that you open will be the same height and width as the first setting you chose and align slightly below each previous window, making a series of ';steps';. If the first window was at the right edge, each subsequent window will keep aligned to the right. If 1st was at left edge, each subsequent window will move a bit to the right. This has been the ';Netscape'; window behavior for many years (Firefox is built on the Netscape search engine). Safari is a bit different. The second window will step down and to the right unless the previous window is very near the right edge. Then the next window will pop open at the left edge. Annoying but true. Nothing you can do to change that except set the browser to use tabs instead of multiple window.



    In MS Word, each new window opens in a Firefox-like step pattern but all new windows have a pre-determined height and width, ignoring your chosen size. PowerPoint will put the top left corner in exactly the same spot as the previous window but has its own pre-determined height and width, ignoring your chosen size.How do I change Firefox back to its ';full display'; on Mac OS X?
    If the link I sent you doesn't help and you can't find the answer , maybe you would be just as quick re-installing firefox
    Go to the upper right hand corner of the firefox window and click the little oval shaped button (on the opposite side of the red, yellow and green circles).
  • hair gallery
  • Hp Health Check! Please answer!?

    okay i want to change the keyboard shortcut from ctrl-shift-c to something else?? how do i do that? -NOTE: I already looked under the settings and couldn't find how to do that!

    please help!Hp Health Check! Please answer!?
    1. Locate the shortcut to the program for which you want to create a keyboard shortcut.



    2. Right-click the shortcut, and then click Properties.



    3. In the Shortcut Properties dialog box, click the Shortcut tab, and then click the Shortcut key box.



    4. Press the key on your keyboard that you want to use in combination with CTRL+ALT (keyboard shortcuts automatically start with CTRL+ALT), and then click OK. If you are prompted for an administrator password or confirmation, type the password or provide confirmation.



    You can now use this keyboard shortcut to open the program when you're using the desktop. The shortcut will also work while using some programs, though it might not work with some programs that have their own keyboard shortcuts.


    How Do You Change On the Login Screen From the welcome screen to the classic way by a keyboard shortcut?

    It Is PossibleHow Do You Change On the Login Screen From the welcome screen to the classic way by a keyboard shortcut?
    press ctrl + alt + delete



    maybe need. you can try it

    Mac Wireless Keyboard Trouble! HELP!?

    I recently purchased a wireless keyboard for my iMac computer. and my old wired keyboard had the keyboard shortcuts-meaning F1-the birghtness would work when pressing on the key. or F7, F8, F9, F10, F11, F12 would work for my iTunes when I have music playing. Now that i have this new wireless keyboard when i press the brightness key, nothing happens. when i press F7 the replay key for iTunes nothing happens, when i press F8 it takes me to spaces. i tried to go to system preferences keyboard %26amp; go to keyboard shortcuts %26amp; try and change stuff but its all screwed up. how do i change it so that all the F1's-F12s or any other key is back to the way it was on my wired keyboard? i tried to look it up on google and forums but i havent found anything that made it work!



    PLEASE HELP!Mac Wireless Keyboard Trouble! HELP!?
    Go to system preferences%26gt;keyboard%26gt;keyboard shortcuts and click ';restore defaults';



    Sometimes pressing the fn key or option key with the F key works with an alternate keyboard layout. I have a 13'; MacPro, so the keyboard is compressed. My F keys are double keys. F1 is dim display, option F1 opens the system prefs Display tab. F3 is Expose', option F3 is system prefs for Expose'



    If the behavior is random, the battery is low.

    http://support.apple.com/kb/HT3059Mac Wireless Keyboard Trouble! HELP!?
    If it is a wireless Mac keyboard, then everything should be working. Just go to the keyboard section and set everything to the default settings. If it is not a Mac keyboard, check the website to see if there are new drivers for it.

    Changing shortcut keys on the keyboard (shft+ctrl+c)?

    I have and HP.

    I play the game the Sims 2 and 3 on this computer. To enter cheat codes you have to hold shift, control, c. Only when I do this the hp health check/scan opens and I can't enter the cheats. How can I change the shift, control, c setting so it won't open the hp health scan?Changing shortcut keys on the keyboard (shft+ctrl+c)?
    control panel %26gt; ease of access center %26gt; set up sticky keys



    uncheck 'turn on sticky keys' and 'turn on sticky when shift is pressed 5 times'



    gl m8

    Backspace problem on webpages?

    I was logging in to Maths Online earlier and when I was typing the details, I made a mistake so I pressed backspace as usual and I got sent back a page. How do I change the keyboard shortcut so backspace doesn't send me back a page?



    Browser = Safari

    OS = Windows Vista



    If that helps.Backspace problem on webpages?
    use the little arrow keys or set your cursor behind the letter and hit deleteBackspace problem on webpages?
    The default behavior of Backspace key is to take you to the previous page. But it would not go back to previous page if the cursor is in the text field. You just need to make sure that you are in the right place before you hit the backspace. Disabling backspace functionality is not a good idea. This needs a change to the browser code and if you start using another browser say IE, the fix will not work.

    Help me change my Ctrl+Shift+S keyboard shortcut!?

    Every time I hit Ctrl+Shift+S, my HP System Information pops up, instead of my intention - to ';Save As'; in whatever program I am working in. Soooo how do I change my HP System Information keyboard shortcut from ';Ctrl+Shift+S'; to something else. I want ';Ctrl+Shift+S'; to be ';Save As.';Help me change my Ctrl+Shift+S keyboard shortcut!?
    The Ctrl+Shift+S is set currently by another application and needs to be set on that application before it can be set on this application. Ctrl+S is currently only good for Saving as set by default on your program and it should stay that was as it's a universal command. Remove the HP software from your computer to ensure it's not going to happen again, and also, make sure you hit just Ctrl+S to save, keep your finger off that Shift key!!Help me change my Ctrl+Shift+S keyboard shortcut!?
    For any shortcut on your desktop or under the start menu, it is possible to set a shortcut key to trigger it (Right-click shortcut, select Properties).



    Maybe there is a shortcut somewhere for HP System Information that has a shortcut key set. If so you need to find it and either delete it or remove its shortcut key (from Properties, click in Shortcut key box and press Delete).

    How do I edit my Macbook Pro keyboard shortcuts?

    I went to keyboard preferences and it told me to double click the short cut and hold the key I want to change it to, but it doesn't work. Why? Is there another way to do this?How do I edit my Macbook Pro keyboard shortcuts?
    No, that's the only way.



    Double-click on the value on the right, not just the row.



    Normally, it works well. Remember that you need a combination of special keys, e.g. you can't hold SHIFT+A because it's a normal letter. You need a combination with ALT, CMD, CTRL or function keys.



    Good luck!

    How do you change the font of the letter and words in Microsoft Word using the keyboard only?

    Instead of click on the font and scrolling down to change the font. Tell me how to change the front using the keyboard. Is there a shortcut?How do you change the font of the letter and words in Microsoft Word using the keyboard only?
    Select your text by holding Shift and using the cursor (arrows) key. Click Alt+O+F, to open the Font dialogue box. Use the cursor keys to scroll through the fonts and when the one you want is highlighted click Return.

    On a new macbook, how can I change the shortcut to alternate languages?

    I went to

    system preferences %26gt; input menu %26gt; keyboard shortcuts

    but at keyboard shortcuts, i couldn't find anything to do with languages!

    Help!On a new macbook, how can I change the shortcut to alternate languages?
    system preferences %26gt; input menu %26gt; keyboard shortcuts %26gt; input menu %26gt; select previous input source. This shortcut (I have it set as APPLE-SPACE) will toggle between input languages.On a new macbook, how can I change the shortcut to alternate languages?
    You need to go to System Preferences/International/Input Menu thats all the options there for you.

    Firefox - Keyconfig extension. How does it work?

    Can somebody explain me please how the key-config extension of firefox works?



    I just installed it and initially wanted to change some keyboard shortcuts and add some as well.

    But I dont know how :S



    Thanks!Firefox - Keyconfig extension. How does it work?
    go to tools and then keyconfig. it should tell you everything there but if you need more help they got alot of things on the firefox website to help you out.Firefox - Keyconfig extension. How does it work?
    You should probably go to Menu%26gt; Tools%26gt; Add-ons%26gt; Keyconfig%26gt; Options



    And then manipulate the settings in the Keyconfig options menu.
  • product to control algae
  • How to change computer key shortcuts?

    Does anyone know how to change the shortcuts to keys generally in windows. I have a mac keyboard on my windows PC and so I cannot access the print screen key, I was just wondering if anyone knew how I could assign this to a different key so I could still use it. Thanks in advance. By the way I am using VistaHow to change computer key shortcuts?
    Autohotkey can do anything.



    http://www.autohotkey.com/



    It'd be something like this:



    ^Space::PrintScreen



    ^ is the symbol for the ctrl key so you'd hold down control and hit the space bar. you can make these hotkeys any way you like.



    Since Alt+PrintScreen captures just he current active window you could still hold ALT and hit your custom hotkey.



    In this case, hold ctrl+alt and hit the spacebar.How to change computer key shortcuts?
    Try http://support.apple.com/kb/ht1168

    I want to program media player shortcuts on my keyboard...How?

    I have a logitech k320/500 keyboard...the website said it came with media short cuts, just not the ones I really need - switch tracks.



    How do I reassign the premade short cuts to preform the actions I desire?



    I have already been to the logitech website and dl their software to change buttons, but they are just preprogrammed features, (I can however program one of the keys to open media player, just not change the songs)



    I will install any software needed, or copy ur script and with guidance, install that...

    How do I make the backspace key not go back to the last page in Opera?

    It's really annoying when I have to backspace something and It goes back to the last page, how do i change the keyboard shortcut so that backspace doesn't do that anymore?How do I make the backspace key not go back to the last page in Opera?
    Key Customizer is a software which can change any key on the keyboard into other keys or disable your keys you dislike. But Key Customizer is not just a tool that allow you to customize your keyboard layout. With it, you can change your common 102 keyboard into a multifunctional one without costing much money. Want the N key to press Ctrl+V? Want the pause key to type frequently used text such as email address? Want F9 key to turned up the volume? What F12 to close the DVD driver? Want to lock the keyboard? Key Customizer can do these easily, it could help you make good use of each key on the keyboard.How do I make the backspace key not go back to the last page in Opera?
    Key customizer helps you do that.

    when i am playing game,i have my habit in keyboard.at last i got key customizer,which makes it more fun to play game!!

    http://www.keycustomizer.com

    How do I change the settings on my HP Keyboard?

    I bought an HP desktop...back in November (2008), and I just started now..long time i know, looking at the shortcut keys on the left side of the keyboard they give you with the PC. You know...Internet, E-Mail, Search, etc. It opens certain things by default but I was curious if there was a way to change those shortcut keys. Thanks a bunch.How do I change the settings on my HP Keyboard?
    Those keys just trigger macros for button combos, it's

    hardwired into the keyboard.



    Your best bet is to get a programmable keyboard.How do I change the settings on my HP Keyboard?
    Go to the control pannel and open up the ';Ease of access center'; click on change how the keyboard works, look at the bottom of the page click on keyboard setttings and then keyboard properties. see on the top page ';button'; click onto it and select the buttons you want to change type in new settings

    Report Abuse


    My control panel lists ';keyboard'; and it it there is a ';buttons'; tab. There you can tell your buttons what to do. It could be ';mouse and keyboard';, or ';printer and keyboard'; too.

    Report Abuse