Permanent Hot Key?

I'm a student and sometimes I need to get a bullet point into my notes quickly while in class, so I use the Hot Key function a lot. However, it is a bit annoying having to set the hot key every time I open up Pages. Is there a way to make a permanent hot key? Or any way to get a bullet point faster than using the dropdown menus?
Any help would be appreciated. Thank you.
PS for those of you who do not know, you can find the Hot Key function in the Styles Drawer in Pages. It is under List Styles > Bullet > Hot Key and you can set it from there.

Maybe on the Swedish keyboard.
On the US/UK/Australian keyboard it is option 8
Peter

Similar Messages

  • HOT Key choosing.Please see my code and suggest

    Hi,
    I am getting this strange behaviour.
    I have a cell renderer which displays a list in flwg format:
    1.[gif] Text
    6.[gif] Text
    I have written a small HOT KEY Funtionality.If I press HOT KEYS
    1,2 OR 3,focus goes to the concerned elements.
    But not got 4,5 or 6?
    Can anyone tell me whats wrong if poss?
    class MyListCellRenderer extends  /*JLabel*/ JPanel
    implements ListCellRenderer{
            private JLabel indexLabel;
            private JLabel imageAndText;      
            public MyListCellRenderer(){
            indexLabel = new JLabel();
            imageAndText = new JLabel();
            setLayout(new FlowLayout(FlowLayout.LEFT,3,0));
            add(indexLabel);
            add(imageAndText);
               setOpaque(true);
    public Component getListCellRendererComponent(
    JList list, Object value,int index,
    boolean isSelected, boolean cellHasFocus) {
    final JList fJList = list;
    indexLabel.setText(String.valueOf(index+1));
    imageAndText.setText(value.toString());
    if(isSelected){
       setBackground(isSelected ? Color.red : Color.yellow);
       fJList.addKeyListener(new KeyAdapter() {
               public void keyPressed(KeyEvent e) {
              int keyCode = e.getKeyCode();
                 if (keyCode >= KeyEvent.VK_1 && keyCode <=KeyEvent.VK_9) {
                        System.out.println(keyCode-KeyEvent.VK_0);
                        fJList.setSelectedIndex(keyCode-KeyEvent.VK_1);
                        setBackground(Color.red);
                 else {
                      setBackground(list.getBackground());
                      setForeground(list.getForeground());
    } // End
         

    If the other suggestions don't work for your situation, I have something else you might try:
    I'm not sure if using keyPressed with e.getKeyCode() is returning what you expect (the integer typed) to do your calculation to set the selected index on the list.
    Maybe try keyTyped with e.getKeyChar() and then if you can get that as a string, doing a parseInt on it to get an integer to do your calculation (which should be a simple -1) and then set your list index.
    1) So, say keyTyped e.getKeyChar() returns the char '1' that you store as a variable char charKeyTyped
    2)Then you use String's valueOf(charKeyTyped) and you store it as a variable String stringKeyTyped
    3)Then use Integer.parseInt(stringKeyTyped) catching the exception that may occur if it isn't an integer
    4)Now take step 3's result and do your calculation and subtracting 1 to get your selected index.
    Hope that english explanation makes sense as I wasn't up to writing actual code.

  • How do you get the hot keys / keyboard shortcuts to work?

    I have the free trial version of Photoshop. I am new to Photoshop, I am just starting to learn how to use it. I notice that some of the shortcuts/hot keys don't work.
    For example, one basic hot key that does not work is the F7-key. The F7-key opens and closes the layers palette.
    Another hot key that does not work is the spacebar. My teacher taught me to hold the spacebar down when you want to move the canvas around. When I am in handtool mode I hold the spacebar down, I then apply pressure on my laptops touchpad, I then slide my finger across my laptops touchpad in order to try and move the canvas, but the canvas does not budge.
    Some shortcuts work. For example, tapping the F-key multiple times will expand and reduce the size of Photoshop.
    Closing my web browser did not resolve the problem. Updating the software did not resolve the problem.
    I am eager to learn Photoshop, but it's hard, and probrably a waste of time, to try and learn Photoshop when some of the softwares hot keys don't work. Anyone have a solution they can offer?
    Thank you,
    Jennifer
    Toshiba X75 / Windows 8 / i7-4700MQ / GeForce GTX770M / 32GB RAM

    hello.. i want to ask your something about your laptop... i am actually planing to buy new laptop.Toshiba X75 or MSI GS70 .. i am not gammer. never play game on laptop last 6 years... my laptop 24hrs on.. and i do design...  so how is your Toshiba X75 performance for designing.. i read on internet. Toshiba X75 have overheating problem.. but the people complain most of them gammer... as i don't play game on laptop.. will i face same thing ?

  • Touchpad hot-keys don't work after installing Wii XP on Satellite A200-1HV

    Synaptics hot-keys after installing WinXp doesn't work.
    http://i043.radikal.ru/0805/c5/09a7324bc1d2.jpg
    On Vista i touch "Two arrows" touchpad lite up blue colour but now this does not happen.
    I installed driver from Toshiba web-site for Win XP.
    How to on hot-keys on touchpad?
    From Russia with love = )

    May be i said not good, about problem? I will try tell about my trouble. In Windows Vista Home Basic, when i touch "2 arrows" (You can see it, on screenshot, in up-right angel), after that, touchpad Began fluoresce by the blue colour, and after that i push 1 button from 6 buttons on touchpad (they all in red circle) and starts tha application. But no, when i touch "2 arrows", nothing happened. Is it information help to solve problem?
    P.S. I try phone to Support, but, now in Russia we have holidays = (
    Sincerely your JIABP.

  • How do I turn off hot key commands for the application menu/main nav?

    (I am using Photoshop CC on windows 7 64bit)
    I continue to have this problem which in many ways slows down my workflow. It is a bit difficult to explain so bare with me here.
    When I am working through the different functions and tools like switching from the polygonal lasso tool to duplicating a layer and then nudging the image with the directional keys the application menu/main nav is selected instead of the designated hot key and I need to hit esc twice to exit the main nav selection and go back to the tool I was using... “I did say this would be hard to explain”.
    Let me paint a specific scenario that causes this to happen:
    I want to create a mirror reflection for a product. I first duplicate the product image, then I flip it vertically and drag it to the bottom of the base image. Then I hit the directional up button to nudge it into place but this doesn’t work because by hitting the directional button ‘File’ from the main nav is selected. In order to return to the ‘move tool’ I need to hit esc twice or hit the mouse button once. This may not sound like a big deal and it’s not but do this 500 times a day for a week with the ‘polygonal lasso tool or PLT’ and tell me it’s not a big deal after that. When using the ‘PLT’ you have no option but to hit the esc button twice because if you click the mouse button you place an anchor for the PLT and chance loosing anything you have already preselected with the PLT.
    Anyway, moral of the story is... I have a mouse which is more than proficient in selecting File, Edit, Image, Type and any other main nav query. I would love the hot keys to select just the tools and simply leave the main nav out of it... when I first purchased CS5 this function was not apparent. It was only after an update or maybe I blindly changed a preference and poof... every second hot key I push I select something from the main nav which is a completely pointless and annoying function for me which I have never used and never ever will.
    Please Adobe tech masters, help me! I will be forever in your debt.
    Cheers,
    Tony

    Not a problem in the Adobe software. Something is wrong with your input devices or you have something on your system that instates global, system-wide shortcuts that may conflict with application specific ones. You need to figure out what it is.
    Mylenium

  • Satellite L300 - Hot key function is not working

    After the superb help I got from Jimi I'm hoping I can solve my last problem, I have changed my OS from Vista to WXP and I have managed to get all drivers working even though some from the Toshiba site dont work like the Wi-Fi, I have managed to acquire from other places. The only one I cannot get to work is the hot keys , It states TOSHIBA COMMON MODULE NOT FOUND! Everything else works o.k. after using Nlite (Cracking Bit Of Kit)
    My Laptop Is the Sat L300 - 1AQ Model PSLB8E-OOKOO
    Many Thanks for your Help

    Hello
    Ivan is right. You must install Common modules. It must be installed at first before you start to install any other Toshiba designed tools or utilities.
    Common Modules is kind of basic software and all other tools can be installed additionally. Because of that it is very important to install Common Modules first.
    Good luck!

  • Exposé hot keys disabled after Time Machine "Delete all backups of file"

    I have been having the same problem that was initially mentioned in this topic:
    http://discussions.apple.com/thread.jspa?messageID=5850265#5850265
    Namely, sometimes after I restart all of my Exposé and Dashboard hot keys have been turned off (but not the Spaces hotkey, just F9-F12). My hot corners for turning off or on the screensaver work just fine, but I have to manually go in and turn back on my Exposé hot keys. Some people said it was associate with WoW, but I am not running World of Warcraft. This last time it happened (this morning), I had removed all backups of a few files in Time Machine (what's the point of having a backup of a rented movie after the 24 hour viewing period has expired?). I have been looking for a way to report this to Apple, but have been unable thus far.
    I just tested it to see if you have to restart, and you do not. About thirty minutes ago I turned all the Exposé hot keys on, and just a minute ago I deleted a backup of a file on my Desktop in Time Machine (by selecting, "Delete all backups of file ______") and the hot keys had been disabled again.
    Does anyone know if there is a way to fix this?

    Mechanist wrote:
    At some point I told Time Machine to get rid of backups of a particular file using the "Delete all backups of ..." option. Time Machine duly deleted the backups of the file and stopped making new ones.
    Not exactly.  It did delete the existing backups, but didn't make any new ones because the file hasn't changed since then.
    The easiest way to get it to back it up is to make a minor change to it (the name or something in the contents), then change it back.  Time Machine should back it up on the next backup.
    Alternatively, you need to force a "deep scan," where Time Machine compares everything on your system to the backups.  Usually, just starting up from your Recovery HD will do that, although sometimes you have to start from it and Repair your internal HD to trigger it. 
    If you're not sure how to do that, see Using the Recovery HD and/or #6 in Using Disk Utility.

  • After BIOS update failure and rollback, audio hot keys detect press but do not function

    All other hot keys appear to function properly, only the mute/audio-/audio+ hot keys do not work.
    I can press the key and the vertical volume indicator displays but it does not move.
    At this time, I suspect this has to do with the failed BIOS update yesterday. All keys functioned properly before the failed BIOS update.
    All HP drivers and software are updated to latest.
    Another symptom I don't know may be related is that my bluetooth headphones have refused to connect once now without a full reboot. Bluetooth would connect and speaker audio audio would be muted, and sometimes "Manage Audio Devices" indicated connected to headphones but no headphone audo.  Will warrant further watching.
    The BIOS update was the most recent as of this writing and attenmpted to update only yesterday. I watched as the new BIOS progressed all the way to the point the BIOS attemnpted to flash and failed, then rolled back. I assume a backup was flashed because all my non-default BIOS settings had to be reset (non-UEFI boot, enable virtualization). 
    TIA,
    Tony
    BTW - I find it odd I can't just press a button to export/print my system configuration from the HP Support Assistant, I have to click every individual entry separately, but here goes...
    The current running BIOS is F.63
    The full results follows
    HP ENVY TS 17 Notebook PC
    5CG3331YPX
    E9G82UA#ABA
    Windows 8 64-bit 
    Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz
    12GB
    4GB  Micron Technology 1600MHz
    8GB  Hynix 1600MHz
    Intel(R) HD Graphics 4600
    1920 x 1080
    60
    1965 KBC Version 93.51
    F.63
    IDT High Definition Audio CODEC
    Bluetooth Hands-free Audio

    Seems after another day,
    The problem resolved itself.
    No reboot, no significant changes to the machine I can think of since my original post.
    Just a spontaneous  self-fix.
    Thx,
    Tony

  • Styles hot keys: Gone in Pages 5???

    I use Pages for writing documents with multiple paragraph styles. Assigning them hot keys made life pretty easy (Fn+1,2,3,etc).
    In the new Pages not only are the hot keys not working, the Assign Hot Key option from the menu is gone!
    Or am I just dense and missing where it went? I cannot believe Apple would eliminate them.

    It's incredible! They mjust reinstate the function. Please send them feedback through the program.

  • Can someone please help a friend of mine get a permanent registration key (not a trial key that expires in 30 days) to replace his lost registration key for Adobe Photoshop CS2? His previous hard drive crashed and he no longer has his registration key. Th

    Can someone please help a friend of mine get a permanent registration key (not a trial key that expires in 30 days) to replace his lost registration key for Adobe Photoshop CS2? His previous hard drive crashed and he no longer has his registration key. This is vital for his wedding business.

    Thanks to everyone for the tips on my CS2 question. It turns out in the end it was some plug-in filter software that was causing the glitch, not a lack of an Adobe registration key. As for why he still uses CS2, it does the job for him, so that's all he needs.

  • Question about hot key to jump between fields in oracle form

    say I have bunch of orders to upload,
    at the order number field I type in the number
    and move the mouse to click on next line to type another number
    how can I use some hot key to replace the mouse movement.
    I know if use tab key several times you can come to the next line eventually, but is there any better hot key just move to the next line?
    my purpose is to automatically upload bunch of orders, and bypass the mouse move, if there is some similar case study material, I really appreciate.
    thank you

    There is one built-in to move to the next record programatically. Like...
    NEXT_RECORD;It is a restricted procedure check the forms help.
    In your case can use on KEY-NEXT-ITEM trigger.
    or if you are uploading from any file or any other source then also you can use this built-in in your code while uploading.
    Check the below documentation. Select on your version.
    http://www.oracle.com/technology/documentation/6i_forms.html
    -Ammad
    Edited by: Ammad Ahmed on May 25, 2010 12:15 AM

  • Hot Key doesnt work properly

    I Have a problem with my hot keys If I press Fn and F2 if get a nice box appear so as I can pick which mode I want my screen to run at which is great. But when I press Fn and F5 which is suppose to change my screen properties all it is that the screen flick to a different mode which it didnt used to do it used to display a nice little box which I could choose which setting I wanted.
    I have installed every update known to man on off the Toshiba web site. I believe I have installed is update to "Hotkey Utilitys for Display Devices hotkey-dd-pa200-xp-280000" but I couldnt tell if it went on ok I clicked on TFnF5.exe but nothing really seamed to happed so I presumed that it was just quick install and I missed it. Also when I do actually change the setting to display on a monitor the setting are never saved.
    Does anyone have any idea of what I am doing wrong or of what I have done wrong.
    Help will be much appreciated
    THANK

    Hello Johnny
    In my opinion there is nothing wrong with your unit. The explanation in previous posting is very good and precise. The FN+F2 key combination help you to change different profile created in Power saver utility. If the unit is connected to AC adapter there is just one profile but you can create you own profile with personal settings.
    If the unit use battery power supply you can see (I think) 5 different profile and you can change between them using FN+F2 key combination without starting power tool. Check whole functionality and try to create your own profile under both power supply status.
    FN+F5 key combination is just for changing display modus (LCD, LCD+Monitor, Monitor or even TV). That is all what you can do using this key combination. Screen properties will not be shown on this way.
    Good luck!

  • Wake up event by hot-key problem with H676MA-E45

    Hi! I would like to use the wake up event by hot key function (Ctrl+Space) of BIOS, but it doesn't work for me. I have enabled it in BIOS, and if I enable that it would wake up on USB event it works, but this way my computer also wakes up for mouse movement and for every other keystroke.  Please help.   
    Thanks,

    Ok. Because this key option is only for Ps2 

  • No Hot Keys?

    I can't find anything in the interface or in the Help guide. Am I missing something? If I'm not I can't believe people aren't screaming about this in the forums.
    It looks like I actually have to use the element menu to change between scene elements. Really? As a writer I should only have to touch my mouse for uncommon circumstances. Final Draft allows me to Ctrl+1, Ctrl+2, etc. So does Celtx. I imagine the others do to, so I hope I'm just missing something because this isn't only something that would keep me from using Story as a marketed product, it's actually keeping me from testing it as a beta.
    And I want to use this. I love Adobe. I edit in Premiere and AE. I've got wood over Cinema DNG. If I can have a writing tool that integrates I'm a happy man.

    Hi.
    This could not have come at a more opportune time. One of our developers
    just screamed about this issue last week.
    Hot key support is already implemented in our internal builds. We will be
    pushing these changes to the labs users soon. We are using the CTRL+x
    convention since everyone is so used to it.
    Tell me more about what you are working on (anubhav at adobe dot com).
    --Anubhav
    Anubhav Rohatgi
    Product Manager, Adobe Story.

  • Hot keys is not working in other keyboard layouts

    Hi!
    Hot keys only work in English keyboard layout, even in Fireworks CS6. For example if you need to type some Russian text you have to swith to English, press "T", switch to Russisn, type in the text, hit "Esc", swith back to English, hit "V". Consumes a lot of time when working with texts.
    Is there any way to fix it?

    Hi! If you are from Russia — try this solution: http://www.arsenty.ru/blog/all/russkaya-raskladka-i-goryachie-klavishi-v-fireworks/

Maybe you are looking for

  • 3rd Gen 15g isnt recognized by updater, and unknown pic on ipod HELP!

    The ipod updater is not recognizing the ipod. Even though it is plugged in and it says do not disconnect. The ipod it self, shows a picture of the end of a pin connector with an arrow on it, and it wont go away. Please help! The ipod was working unti

  • How to upload/publish Items in CCM ?

    Hi everybody, I'm just begining to work with CCM and I want to upload some items and publish them. I dont have Trex installed yet nor Xi. Both SRM & CCM are installed in the same server. The steps that I have followed: 1. Initialize CCM and create Ma

  • Syndication not suited to maintaining downstream systems

    I've been looking at syndication and I'm convinced that with all it's robustness it's somewhat useless for maintaining downstream systems.  We just want to capture changes at the field level and of course add/change/delete.  Can anyone help or point

  • Autocad .dwg import into Illustrator CS4

    Can you import Autocad .dwg files into Illustrator CS4 keeping polyline widths?  Can joined polylines remained joined once imported?  When opening .dwg files in Illustrator I get very inconsistent results.  Sometimes polylines remained joined and kee

  • Cc 2014 cleanup tool

    is there a cleanup tool available for cc 2014?