How to change shortcuts in tabbed urxvt?

Hi,
I decided to give urxvt last one chance. Just please tell me how to set my own shortcuts:
- alt-1 for first tab
- alt-2 for second
- alt-3 for third
and so the story goes.
Cheers

I once did this. My understanding is that the default shortcuts are hardcoded and you
have to hack the source to change it. Look at file
src/perl/tabbed
in the distribution or
/usr/lib/urxvt/perl/tabbed
after you install urxvt and seek for function
tab_key_press
modify it to fit your needs.
Another way is to use GNU screen, let it
manage the tabs, and define a bunch of keysyms to manipulate them.
Last edited by eirika (2010-05-14 23:30:08)

Similar Messages

  • CS5 Installation - how to change shortcut location

    Using the Adobe Application Manager Enterprise Edition for automating the CS5 packag
    e deployment is used and works fine. But I need to change the location of the shortcuts. Don't know how to do that, installing into the root of ProgramMenu Folder needs to be customised for each product and subproduct. Any Idea?

    Edit the install.db file for each package.
    eg, for Photoshop, it is located in \Build\Setup\payloads\AdobePhotoshop12-Core.
    The table containing shortcut details is "CreateLocAlias" and the field name is "directory"
    Or you can use a custom action (VBScript or similar) at the end of the installation, whichever method you prefer.

  • How to change the active tab label

    Hi, I want to change the style of the active tab canvas label (bold). I can change this property in the forms builder , but when I run the form in web I see the active tab label like the others. Why does it happen? How can I get this property in web?
    Thank you

    Hi,
    without having investigated into the issue you mention, what about showing the active tab with all letters in uppercase and the inactive tabs with mixed case ?
    Frank

  • How to change label of tab 'Customer data' in transaction ME53N

    Hi,
    I need to change the label of tab 'Customer data' in transaction ME53N.
    Please help me.
    Thanks!!!
    S.

    Hi Sebastiano,
    having the same requirement, I found this solution in some older postings: You must add a new Text symbol to the main program (which is SAPLXM02 for ME51N / ME52N / ME53N) of the customer-subscreen in order to rename the customer data tab in these Transactions.
    Try the following steps:
    1. call Tx SE38
    2. open Program SAPLXM02
    3. from the menu, call Goto->Text elements->Text symbols
    4. Add a new Row for the subscreen dynpro you want to rename (e.g. dynpro 111 for item details in ME51/ME52N/ME53N), with Sym = dynpro number (e.g. 111 for item details) and Text = your new tab name
    5 save & activate
    This basically works the same for Transactions ME21N / ME22N /ME23N customer tabs, just open Program SAPLXM06 instead and follow the above steps.
    Note: if you develop in multi-language environment, you might have to translate the text symbol.
    I hope this helps.
    Rudi
    refer to:
    [http://forums.sdn.sap.com/click.jspa?searchID=32160998&messageID=6937865|http://forums.sdn.sap.com/click.jspa?searchID=32160998&messageID=6937865]
    [http://forums.sdn.sap.com/click.jspa?searchID=32160998&messageID=6147389|http://forums.sdn.sap.com/click.jspa?searchID=32160998&messageID=6147389]

  • Help: how to change shortcuts in active standby mo...

    i want to replace some of the shortcuts by others at active standby mode on N82.
    does anybody know the solution since i can not find the API to do that.
    thanks,

    12-Jun-2008 11:42 AM
    psychomania wrote:
    Pass, it reads to me like they want to change the active standby shortcuts and can't find which application to use in the phone.
    It reads like that to me too.
    Grayburn @ www.nokiausers.net & www.dailymobile.se....come say Hello!!!
    If you appreciate ANY help from a member,then show it by clicking on the Blue Star button, cheers

  • How to change shortcut keys

    Is there a way to change the firefox shortcut keys?

    You can't change them. Some stuff is simply hard-wired.
    Mylenium

  • Change Excel sheet tab color using Open XML dll

    Hi,
    I want to change the sheet tab color of an excel Xlsx  document. I am using the following code but it does not set the sheet color. I get object reference exception when I set the sheet tab color.
    public static string filepath = @"C:\Test\Book1.xlsx";
    private static void ChangeSheetcolor()
    try
    using (SpreadsheetDocument spreadSheetDocument = SpreadsheetDocument.Open(filepath, false))
    WorkbookPart workbookPart = spreadSheetDocument.WorkbookPart;
    IEnumerable<Sheet> sheets = spreadSheetDocument.WorkbookPart.Workbook.GetFirstChild<Sheets>().Elements<Sheet>();
    //my code
    WorksheetPart worksheetPart =
    GetWorksheetPartByName(spreadSheetDocument, "Sheet1");
    if (worksheetPart != null)
    // worksheetPart.Worksheet.SheetProperties.TabColor.Rgb = DocumentFormat.OpenXml.HexBinaryValue.FromString("Red");
    worksheetPart.Worksheet.SheetProperties.TabColor.Rgb = DocumentFormat.OpenXml.HexBinaryValue.FromString("#CCCCCC");
    // Save the worksheet.
    worksheetPart.Worksheet.Save();
    catch (Exception ex)
    private static WorksheetPart
    GetWorksheetPartByName(SpreadsheetDocument document,
    string sheetName)
    IEnumerable<Sheet> sheets =
    document.WorkbookPart.Workbook.GetFirstChild<Sheets>().
    Elements<Sheet>().Where(s => s.Name == sheetName);
    if (sheets.Count() == 0)
    //does not exist
    return null;
    string relationshipId = sheets.First().Id.Value;
    WorksheetPart worksheetPart = (WorksheetPart)
    document.WorkbookPart.GetPartById(relationshipId);
    return worksheetPart;
    How to change the sheet tab color using Open XML dlls.
    Thanks
    Ashok

    Hi J_Prasanna,
    I'm afraid that it's not possible with OpenXML SDK, but it's possible if you use Excel PIA along with Internet Explorer. Use the Internet Explorer COM object to render the HTML content, then copy the document, use the Paste method of the Worksheet object
    to paste the text with format.
    Dim IE As Object
    Set IE = CreateObject("InternetExplorer.Application")
    With IE
    .Visible = False
    .Navigate "about:blank"
    .document.body.InnerHTML = Sheets("Sheet1").Range("A1").Value
    .document.body.createtextrange.execCommand "Copy"
    ActiveSheet.Paste Destination:=Sheets("Sheet1").Range("A1")
    .Quit
    End With
    The code is similar if you use managed project.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Changing Customer Tabstrip Tab in ME53N

    Hi,
    Has any way to change text in customer tabstrip in ME53N?
    I found this tread but the awnser was not clear.
    Changing Customer Tabstrip Tab in ME53N and ME23N

    Resolved.
    How to change label of tab 'Customer data' in transaction ME53N
    I has tried but my problem in language. I adjusted language and work.
    Thank's all!

  • How to change keyboard shortcut for cycle through open tabs in PS and AI CC 2014

    I would love to set my own keyboard shortcuts for cycling through open tabs in PS and AI 2014 on OS X. I found out that this can be achieved with ctrl+tab in PS, but I couldn't manage to make any of the suggestions in the forum work for AI. As said, I would like to set a more "standard" shortcut like alt+cmd+arrow-keys for both of the apps. If that shouldn't be possible, does anyone know a shortcut in AI CC 2014?
    Many thanks!
    Amadeus

    Thanks! The shortcut can be set like this in AI, although all key combinations I would want to use are not allowed. Too bad. But anyways, thank you very much for the tip!
    cmd+~ is not an option for me, I guess, since the swiss/german keyboard layout has no dedicated tilde key.
    So, I have a working shortcut in PS (ctrl+tab / of which I still don't know how to change, if possible at all) and thanks to you, I can now set one in AI as well. Unfortunately, I can not set it to be identical as in PS, since the "cmd" key needs to be included in AI's shortcut assignment dialogue, but I guess, this is as good as it gets.

  • Safari shortcuts: How to change "Command-1" to select previous tab

    Hey all,
    Trying to customize my Safari shortcuts but having trouble changing "select previous/next tab" shortcuts to "Command-1/2" as I would prefer them to be. Even after changing them in the preferences the "Command-1" just opens the first link on my bookmarks bar (and Comman-2 the second respectively).
    The question is: How to change the "select previous/next tab" shortcuts to Command-1 and Command-2? I bet many people would prefer this to the standard shortcuts...
    Cheers!

    You really don't want to change shortcuts within the system. This could mess things up.
    Some Programs allow you to change shortcuts within that program. In the notes for changing short cut they do state that changing short cuts could have conflicts with System shortcuts.
    I would advise not to mess with changing any shortcuts.
    Message was edited by: David M Brewer

  • How to change the default date in Person assignment tab?

    Hi experts,
    Does anyone know how to change the default date in person assignment tab in cj20n? Currently, the system always take the scheduled finish date to the date of the person assignment tab. Can I change it to the start date?
    Thanks and rgs,
    Michelle

    Hi Michelle,
    Goto SPRO->Project system->Dates->Scheduling->Specify Parameters for Network Scheduling, Here you can control the workforce planning dates.
    Hope this is useful...
    Regards
    Aatish

  • How to change the tab on a web browser

        Hello,
    I do not know how to change the (index.html) tab. When you have several of the tab on your browser open, the name appears in the middle of tab, mine continues to say the INDEX.html. I just need to know how to go into dreamweaver and change the title tag. In the actual HTML I have changed it and it still hasn't worked. please help, thanks!

    Oh I see. You also posted another question about the page not working on mobile devices
    http://forums.adobe.com/thread/1342179
    The page name in the browser tab comes from the text inside the <title> tag.
    Line 5: <title>INDEX.html</title>

  • How to change the text of customer tab in Me23n

    Hi
    I have added new customer tab in Me23n at item level.
    Its text is Customer Data.
    I would like to change to some other text.
    How to change the text of customer tab in Me23n
    Regards
    Amruta

    Amruta,
    I had the same query today and finally found the answer.
    In order to change the title text or description of the "Customer Data" tab in ME23N, etc. you need to define a new text symbol in program SAPLXM06. The text symbol must be number 111 for the PO data. Make sure you define this text symbol in the language you are using when viewing the PO. I had issues with this as the original language of object SAPXM06 is not my logon language.
    The standard code which picks up this text is in function module MEGUI_BUILD_PO_ITEM_PLUGIN. I could not find any documentation around this functionality.
    Hope this helps!
    Ben

  • I modified the budget categories on the numbers template so now the transaction tab does not communicate with the budget tab. I figured out how to change the drop down options but how do I get it to reflect on my budget sheet? Please help.

    If you are familar with the Numbers Budget Template it has two tabs 'Budget' and 'Transactions'. If you use the template as it is designed when you input expenses on the transaction tab it will automatically add that amount into the selected category on the budget tab. I have madified my budget tab to reflect the caegories that I need, which included adding several to the template. I also added to the table so it reflects my income and expenses so I can track where I am at with a glance. Since I did this, I can't get my transactions tab to communicate with the budget tab. I figured out how to change the options in the drop down box for category but I con't figure out how to get it to reflect onto my budget tab. I'm sure that it is an easy fix, however, I am just not well versed in Numbers. I appreciate your time in helping me with this issue.
    Respectfully,
    Jon

    My guess is that while you added catetories to your Budget Sheet by adding new lines and filling in the category column, you didn't also add the formulas to these new budget lines.
    The proper way to add those lines would have been to select a cell in the line just above where you want to add a line and type Option/Alt-DownArrow. This would have copied the formulas into the new line. Maybe you did this, and maybe not. You didn't give details on how you added the lines.
    Select C2 and D2 and Command-C to copy them to the Clipboard.
    Select all the cells of Columns C and D except for the top and bottom rows and Command-V to Paste.
    If I have properly guessed the problem, you should be in business. This assumes that your Categories are exaclty the same as the entries in your Pop-up menus. Spelling counts, as does case.
    Jerry

  • How to change the opening page, when we open a new tab?

    When I open a new tab, it opens the babylon search (which is annoying). How to change it to the thumbnail view showing most visited pages?
    PS: I have not installed anything Babylon related to my PC. I checked the control panel nothing Babylon related is there.

    Hi,
    You can try to right-click and '''Reset''' the '''browser.newtab.url''' key in [http://kb.mozillazine.org/About:config about:config].
    [https://support.mozilla.org/en-US/kb/new-tab-page-show-hide-and-customize-top-sites New tab page]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    If the problem persists please see [https://support.mozilla.org/en-US/kb/removing-babylon-searchqu-or-mystart Removing Babylon, SearchQU or MyStart].

Maybe you are looking for