How to make Ctrl  + N function as down key in finder

I want to make Ctrl + N function as down key and Ctrl + P function as up key in finder application for easy keyboard navigation. How can i do this?

You're misinterpreting the way the Keyboard shortcuts you add in preferences work.
For you to be able to turn the key sequence into a shortcut for some action that action has to exist as a menu item in the application. That is if you want to make say Show Clipboard (one menu item without a shortcut already assigned) you would put the command Show Clipboard into the section Menu Title and ad the key sequence in the Keyboard Shortcut section.
But as there is no menu item for down one line in Finder there is nothing to put into the Menu Title section so no way to map it.
As it turns out for text editing OS X already recognizes ^N as down one line (in fact a lot of the Emacs key bindings are recognized out of the box) Unfortunately these only apply to editing situations.  There is no way I know of to map motion commands like you are looking to do here.
There is the possibility of adding a keybindings dictionary to your home library folder, google for something like emacs key bindings mac mavericks
<edit> I dont't think you'll be able to do it this way either but it is worth a look</edit>
regards

Similar Messages

  • How to make data sorted by default by key figure?

    hi experts,
    how to make data sorted by default by key figure?

    Hi ,
    Try to make the selections for the filter of the query..
    Check this link ..
    http://help.sap.com/saphelp_nw70/helpdata/en/f1/0a5625e09411d2acb90000e829fbfe/frameset.htm
    Regards,
    Shikha

  • How can I block page up/ page down keys evetn to the JScrollPane.

    Hi,
    How can I block page up/ page down keys to JScrollPane. I don't want the content to scroll if user presses page up/ page down key.
    Thanks in advance.

    Look in the class BasicLookAndFeel. There is a definition for the UIDefaults entry "ScrollBar.focusInputMap". It is initialized with a set of keystroke definition for the input map. You can modify this definition and add a new map to the defaults map or you can create and add the map to instances of JScrollPane.
    Mitch Goldstein
    Author, Hardcore JFC (Cambridge Univ Press)
    [email protected]

  • HOW TO MAKE A BOOLEAN FUNCTION IN LABVIEW5.0

    I want to use a boolean funtion but it does not exist in existing functions?so how can I do it?I final aim is how to make a VALVE boolean function and how to use it?please teach me,experts! Thank you very much!

    Hi,
    what do you mean by "boolean function"?
    For boolean operations you can use
    1. Case structure. It is located in Functions->Structures
    2. Boolean functions (such as AND, OR, NOT, etc.). They are located in Functions->Boolean
    3. Comparison functions (such as equal?, greater?, less?, etc.). They are located in Functions->Comparison
    You have to give more info about your problem.
    Good luck.
    Oleg Chutko.

  • How to make the Page UP and down work on a table control screen?

    Dear all,
    Can some one suggest how to make the table control screen work with Page Up and Page down controls.
    when I press on Page down it works for the first time and after that i need to select the table to make it work the second time. it there a way I can make the index on the screen stay on the table control at all times.
    Regard,
    Vj

    Take this code as a referance:
    Sample code for vertical scrolling in PAI processing will look like this:
    MODULE user_command_XXXX INPUT. (XXXX is screen no.)
      CASE ok_code.
        WHEN 'P--'.
          CLEAR ok_code.
          PERFORM paging USING 'P--'.
        WHEN 'P-'.
          CLEAR ok_code.
          PERFORM paging USING 'P-'.
        WHEN 'P+'.
          CLEAR ok_code.
          PERFORM paging USING 'P+'.
        WHEN 'P++'.
          CLEAR ok_code.
          PERFORM paging USING 'P++'.
    *&      Form  PAGING
    *       Form to do scrolling for screen XXXX
    *      -->CODE   OKCODE value (P--, P-, P+, P++ )
    FORM paging USING code.
      DATA: i TYPE i,
            j TYPE i.
      CASE code.
        WHEN 'P--'. <table control name>-top_line = 1.
        WHEN 'P-'.
          <table control name>-top_line =
                  <table control name>-top_line - line_count.
          IF <table control name>-top_line LE 0.
            <table control name>-top_line = 1.
          ENDIF.
        WHEN 'P+'.
          i = <table control name>-top_line + line_count.
          j = <table control name>-lines - line_count + 1.
          IF j LE 0. j = 1. ENDIF.
          IF i LE j.
            <table control name>-top_line = i.
          ELSE.
            <table control name>-top_line = j.
          ENDIF.
        WHEN 'P++'.
          <table control name>-top_line =
                 <table control name>-lines - line_count + 1.
          IF <table control name>-top_line LE 0.
            <table control name>-top_line = 1.
          ENDIF.
      ENDCASE.
    ENDFORM.                               " PAGING
    Regards,
    Ravi

  • How to make the wdDoIniiit() function executived twice in the view of WebDy

    Hi Guyes, How can i make the  wdDoIniiit() function executived twice in the view of WebDynpro? Thank you

    Hi
    WdDoInit() :- This is called only once when the View is loaded freshly.
    WdDoModifyView:- Called every time an action is performed on the View.
    It is called by webdynnpro runtime environment for modification of the view layout.
    For all the views,this takes place at a time immediately before the closing response renders.
    check for
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/86/16e13d82fcfb34e10000000a114084/frameset.htm">Modifyview</a>
    also you can know about <a href="http://help.sap.com/saphelp_nw04/helpdata/en/86/7fcf3d4f902d10e10000000a114084/frameset.htm">Supply function</a>
    Regards
    Abhijith YS

  • How to make a Predefined function out of this

    I am new into java, and I wanted to define certain sets of command into a single function to avoid redundancy and to have a much shorter code. Below is the problem,
    import java.sql.*;
    import java.io.*;
    public class Ivatanako
    static void displayResult(){
    name = resultSet.getString(2);
                             idnum = resultSet.getString(3);
                             mach1 = resultSet.getString(4);
                             mach2 = resultSet.getString(5);
                             q1 = resultSet.getDouble(6);
                             q2 = resultSet.getDouble(7);
                             q3 = resultSet.getDouble(8);
                             rsf = resultSet.getDouble(10);
                             fg = resultSet.getDouble(11);
         public static void main(String args[])
                   DataInputStream input=new DataInputStream(System.in);
    try
                   Class.forName("sun.jdbc.odbc.JdbcOdbcDriver").newInstance();
                   Connection conn = DriverManager.getConnection("jdbc:odbc:;DRIVER=Microsoft Access Driver (*.mdb);DBQ=c:\\db.mdb;PWD=mypass","login","password");
                   Statement command = conn.createStatement();
    if (option==1){
                             System.out.println("Enter name: ");
                             stdName = input.readLine();
                             resultSet = command.executeQuery("SELECT * from Students where stud_name='" + stdName + "'");
                             while (resultSet.next( )) {
                             displayResults();
                             allRecords(name, idnum, mach1, mach2, q1, q2, q3, rsf, fg);
    conn.close();
         catch (SQLException se)
                   System.out.println(se);
              catch (Exception ex)
                   System.out.println(ex);
    }It always returns a "undeclared" error.. How to fix this? Rather how to declare a predefine function that contains ResultSet's?

    static void displayResult()static void displayResult(ResulteSet resultSet)
    displayResults();displayResults(resultSet);

  • How to make customize Replace function with Positions not pattern ?

    Hi
    Due to Repalce with patterns in  flex, i am facing issue.
    I  want to make cutomize replace function with  parameters
    1 Parameter - String to replace
    2 Parameter - Start Posion.
    3 Parameter - Last position
      which return string value.
    For Example
      replaceInWholeString(str:String, sPos:Number, lPos:Number ):String
    values like
    1st paramter - "asked"
    2nd Paramter - 11
    3rd Paramter -  15
    Original String :: I want to reply
    Output string : I want to asked
    Please Reply ,if someone having solution
    Thanks
    Sunil Rana

    You can use any number of the String methods to acomplish this.
    I would proabably go with something like: slice(...) + input + substr(...);

  • How to make the scrollbar function with mouse scroll wheel?

    Is there a way how to make my content scroll even with the mouse scroll wheel?... I have to edit the coding??

    Hey!
    You shouldn't have to edit any code.
    There is an active player bug surrounding this issue however, which causes the following:
    1) It should work on windows.
    2) It may not work on Mac.
    We're continuing to pursue this issue, we know it's important to our users.
    Thanks,
    Tara

  • [AS] How to express "Selection" within Search drop down menu in Find/Change Dialogue?

    I want to set the Search>Selection with AppleScript, how to express them in AS?
                        set selection of find grep preferences to true
    isn't working...
    help me

    It works the other way around -- you don't 'select' the target for replacement, you act on an object. To change text in a document, you would use
    app.activeDocument.changeText();
    and similar for textFrames, stories, paragraphs, or -- indeed -- any selected text:
    app.findTextPreferences = app.changeTextPreferences = null;
    app.findTextPreferences.findWhat = 'e';
    app.changeTextPreferences.changeTo = '!';
    app.selection[0].changeText();
    This is Javascript, by the way, but you might find it translates easily to AppleScript as the underlying model is the same.

  • UI - How to make Columns in a Drop Down List Selection?

    I am altering a code from Peter Kahrel "Beginning Script UI". I am trying to make a searchable drop down list that will have 4 columns. So far, the search works and I have headings in the search, but I cannot seem to make the columns for the actual data. I believe I need to change the type_ahead since the array is looking at this data. I'm stuck in the water. Can someone tell me what I need to do to get the list to show up as columns? How do I turn the picked = type_ahead data into four columns? Code and Screenshot below:
    picked = type_ahead (["bat", "bear", "beaver", "bee", "cat", "cats_and_dogs",
    "dog", "maggot", "moose", "moth", "mouse"]);
    function type_ahead (array)
    var w = new Window ("dialog", "Quick select");
    var entry = w.add ("edittext", [0, 0, 800, 22]);
    entry.active = true;
    var list = w.add ("listbox",  [0, 0,800, 500], "",
    {numberOfColumns: 4, showHeaders: true,
    columnTitles: ["Non-Approved Word", "Approved Alternative", "Approved Use", "Non-Approved Use"], columnWidths: [200,200,200,200]});
    list.selection = 0;
    entry.onChanging = function ()
    var temp = this.text;
    list.removeAll ();
    for (var i = 0; i < array.length; i++)
    if (array[i].toLowerCase().indexOf (temp) == 0)
    list.add ("item", array[i]);
    if (list.items.length > 0)
    list.selection = 0;
    entry.onChange = function () {w.close (1)}
    if (w.show () != 2)
    return list.selection.text;
    else
    w.close ();

    Hi Peter,
    This is one of those developments that push the limits of my knowledge-base and when things do that, I lose sleep until I figure it out. With that said :-) here is where I have ended up.
    Basically I made a new array for the table data.  I then use an array lookup to sort the array in the listbox based on the 0 array item. See the code below. Once it is loaded type in "b" and the list will start to sort.
    I need to try to get this to work as a pallete instead of a dialog box. Do palletes support this type of functionality?
    var newarray = new Array(
    new Array('Butterfly ','has wings','can fly'),
    new Array('bohemith moth','has wings','cannot fly very good'),
    new Array('word 3','replacement word','use case'));
    picked = type_ahead (newarray);
    function type_ahead (array)
    var w = new Window ("dialog", "STE Checker");
    var entry = w.add ("edittext", [0, 0, 800, 22]);
    entry.active = true;
    var list = w.add ("listbox",  [0, 0,800, 500], "",
    {numberOfColumns: 3, showHeaders: true,
    columnTitles: ["Column 1",  "Column 2", "Column 3" ], columnWidths: [200,200,400]});
    list.selection = 0;
    entry.onChanging = function ()
    var temp = this.text;
    list.removeAll ();
    for (var i = 0; i < array.length; i++)
    if (array[i][0].toLowerCase().indexOf (temp) == 0)
    with (list.add ("item", array[i][0]))
    subItems[0].text = array[i][1];
    subItems[1].text = array[i][2];
    if (list.items.length > 0)
    list.selection = 0;
    entry.onChange = function () {}
    if (w.show () != 2)
    return list.selection.text;
    else
    w.close ();

  • How to make a dynamic textbox scroll down/up for devices like iPhone/Android/iPad etc?

    Problem: When doing anAPP to test it out in my smartphone devices. I tested it on my computer and it works fine. But in devices, im not able to scroll the textbox down/up because my devices dont have a scroll wheel to scroll up/down.
    Assuming that im looking for something like this:
    When I use my fingers to touch on the textbox and slide it upwards, the textbox will scroll down..
    Thank you for your help.

    Hi, thanks for your reply.
    By using touchevents, how do I...
    1) know that if my fingers is sliding up or down?
    2) scroll the textbox up/down?
    import flash.events.TouchEvent;
    Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT;
    this.addEventListener(TouchEvent.TOUCH_BEGIN, touchBeginHandler);
    this.addEventListener(TouchEvent.TOUCH_END, touchEndHandler);
    function  touchBeginHandler(event:TouchEvent):void
    function  touchEndHandler(event:TouchEvent):void

  • How to make buttons work in drop down movieclip in flash???

          I am trying to make an index page with buttons for a photography site.  the entire page is built in flash so far.  My question is that I have created a drop down menu that is a Movieclip with 5 buttons.  I can not seem to assign an external web page to each buttons that are under the movie clip drop down menu.   Is this a possible??   The Movie clip is run by mouse-over the word "studio Gallery" button.  This drops down the 5 gallerbuttons (Portrait, children, wedding, Artistic Babies, etc...).  In Flash 8 Pro I know I can assign an external web page named children on the main page but how do I assign these to the buttons in the drop down once the movieclip is made.  Is this where I need to use folders with extra layers in the folder to make it work??
    In case you can not tell I am new to this and have been teaching my self with "Training from the Source" and also "Visual Quickstart Guide"  so go easy on me  8-)
    Randy

    Ned Murphy,
    Your advise was very helpful as I found the info that was very helpful
    with the google search.   I still have one nagging problem, I get an
    error shown below:
    *Error* Scene=Scene 1, layer=Buttons, frame=1:Line 2: Mouse events are
    permitted only for button instances
         on (rollOver) {
    Other than the difference of onrelease to on (rollOver) I see no reason
    for this error
            The clip works but when the mouse rolls out it does not close
    the dropdown menu I have included the drop down file here also.   I will
    be using this to add the resulting "swf" file to the area on my larger
    fla to get the menues working but I don't want the menu to stay open
    once someone rolls over it if they want to goto an other spot on the page.
    I'm 53 yrs old and can not afford much more Hair pulling I will be bald
    if the little stuff wins....
    Thanks for the help
    Randy
    What you should do is search Google using "AS2 drop down tutorial".  That should produce a few results that you can use to guide you thru the process.
    I cannot tell clearly from your description so far, but it sounds like your movieclip contains the buttons and has a rollover assigned to it.  That rollover will block interaction with the buttons.  So your best bet is to get a hold of a tutorial that will walk you thru the process so that you can get your buttons working the way you want.
    >

  • Tell me how to make Ctrl-B open the bookmarks panel on the left side and NOT open Bing.

    For years the Bookmarks panel on the left side would open when I press Ctrl-B. Now it opens Bing. How can I fix this?

    Does the sidebar open correctly if you use View > Sidebar?
    *Press the F10 key or tap the Alt key to bring up the hidden Menu bar.
    There aren't any extensions listed in the System Details List that could cause this, so I'm not sure why this would happen.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Are you sure that you aren't opening a specific bookmark in the sidebar?
    Opening in the sidebar is the default for bookmarks that are created via a link or button on a website.<br />
    You can check the properties of a bookmark via the right-click context menu in the sidebar (Ctrl+B; Command+B on Mac).<br />
    In the Bookmarks Manager (Bookmarks > Show All Bookmarks) you can click the More button in the Details pane at the bottom right.
    Make sure that "Load this bookmark in the sidebar" is not selected.

  • Palm tx: how to make five way button scroll down a page at a time

    i knew how to do this once, but have forgotten:  on my palm tx, how do i make the five way button scroll down a page at a time?
    thank you,
    kj
    Post relates to: Palm TX

    Yes, you'll simply need to open up your docs-to-go program and once you've accessed the program, select the document your needing to view. After selecting the document using the stylus tap in the upper left corner of the screen and you'll see a drop down menu populate (from the File option), Next select preferences and lastly, place a check mark next to the page scroll on Five-Way device.
    Post relates to: Treo 800w (Sprint)

Maybe you are looking for