Obtaining the standard US keyboard layout file

Is there a way to obtain the .keylayout file for the standard US keyboard layout in Leopard?
Back in the 10.3 days, I created myself a personalized "US International" keyboard layout - basically a US, but with a way to conveniently create the 4 accented characters used in Estonian through a dead key. This survived the upgrade to Tiger, but for some reason, not Leopard.
Having forgotten how I did this back in 10.3, I ran across Ukelele after some Googling. Downloaded that and recreated my keyboard based on the US.keylayout file that came bundled with the download. This seems to generally work fine, except for one small thing - in BBEdit's Search & Replace dialog, the keyboard shortcut for "Replace All", which is CMD-ALT-R, does not work. On the other hand, the combo works as a menu shortcut for example in Fireworks.
So my plan at this moment is to try to obtain the US .keylayout file of Leopard and try to create my own keyboard layout based on that to see if that fixes the problem, since I'm hitting this bug annoyingly often.
Anyone know if this is possible? On a standard install, the layout resides inside the AppleKeyboardLayouts.bundle file in /System/Library/KeyboardLayouts, but unfortunately in some encoded/compiled way.

Tom Gewecke wrote:
Yes, it does. That's the reason I'm thinking that there's something amiss with mine.
Does Leopard's own Estonian layout have problems that make you prefer a custom version?
It's not the Leopards's, it's the Estonian layout itself - it has [] {} positioned in such uncomfortable places that makes it unusable for me to use while doing my everyday work - coding. That's why I created myself a US layout with a dead key that let's me make accented characters used in Estonian (õäöü) easily, but still use the comfort of the US layout.
I see the Ukelele author is aware of the issue with working from the new system layouts but not found a fix. You might want to ask your question about that shortcut in the little forum at the bottom of the Ukelele page (or at BBEdit) as well.
I talked to BBEdit and ended up with "if you figure it out, let us know too" Will try the Ukelele forums as well.

Similar Messages

  • How to force the unlock screen Keyboard layout as default?

    Hello BB Experts, is there a way to force the unlock screen keyboard layout as the default keyboard layout for everything in my Z30 (except the dial pad). I really love the unlock screen keyboard layout with the top numeric row.  Thanks!

    not that i know of, but it does pop up for password fields

  • Keyboard Layout files directory ?

    Hi all,
    I recently got an english/arabic keyboard. I've noticed a slight layout issue with the "Arabic-PC". It appears the best of the default arabic layouts. I can easily correct thing with using Ukelele. The issue is I'm unable to locate the Arabic-PC layout file to load and use as a template with Ukelele.
    Any idea where the default layout files are kept ?
    Rick

    The issue is I'm unable to locate the Arabic-PC layout file to load and use as a template with Ukelele.
    These files are not usable -- that's why when you download Ukelele it comes with a folder called System Keyboards that contains the templates. Unfortunately Arabic-PC is not included in that folder.
    It's possible others have already done what you need. See if this note helps at all:
    http://m10lmac.blogspot.com/2007/08/another-arabic-keyboard-layout.html

  • How can I Change the On Screen Keyboard Layout?

    Hi everybody...
    I've searched on the support and I didn't find anything on that.
    I Don't know if it's something on the initial Start of my Palm TX, i don't remember!
    Right now my on-screen keyboard have a AZERTY layout, the french on... I've setted the language in french, but I want to have the QWERTY layout like US and Canadian.
    How can i do that??? with a hard reset to restart the initial setup??
    BTW I don't mind if I must have my device en English, but I want a QWERTY keyboard!!! hehe
    Thanks A LOT!!!!
    Post relates to: Palm TX

    Believe you will have to change to English to get qwerty. Alternatively, you might want to take a look at pruss' MyKbd, which you can rearrange to your heart's content.
    Post relates to: Palm TX

  • Where can I Obtain the PKGBUILD and fglrx.install files for my 64bit

    I am frustrated with my HD3870 vid card on my 64 bit Arch so I am actually looking for instructions on how to remove all of the Vidcard drivers and build and install fresh drivers. I read http://wiki.archlinux.org/index.php/ATI but the link for pfgbuild http://www.archlinux.org/packages/12877/ gives me this 404 - Page Not Found
    Sorry, the page you've requested does not exist.
    and after reading allot of posts on the forums here and through google I am starting to believe that the Majority of Video cards are older and most people are using 32bit which is why I need to find out how /where I can find the proper drivers to build or install

    tigrmesh wrote:It seems that the package you're looking for is catalyst.  The PKBUILD and install file for x86_64 can be found here:  http://repos.archlinux.org/viewvc.cgi/c … ra-x86_64/.
    thank you

  • Custom keyboard layout from standard layout

    Hi,
    I'm trying to copy the Spanish-ISO keyboard layout in order to create a custom keyboard layout, and change somme attributes like icons, etc.
    I've seen that standard keyboard layouts are in:
    /System/Library/Keyboard\ Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/AppleKeyboardLayouts-B.d at
    and
    /System/Library/Keyboard\ Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/AppleKeyboardLayouts-B.d at
    The difference between them is byte ordering, little or big endian, depending on platform, PowerPC or Intel ( this is my opinion... )
    But how can I edit this file to extract an Spanish.keylayout ?? And be able to create a custom keyboard layout ??
    Regards,
    Joan

    But how can I edit this file to extract an Spanish.keylayout ?? And be able to create a custom keyboard layout ??
    Don't mess with those files. Just get Ukelele, it comes with copies of what you need:
    http://scripts.sil.org/cms/scripts/page.php?siteid=nrsi&itemid=ukelele
    What exactly are you trying to do? Some other info is
    http://m10lmac.blogspot.com/2007/02/more-ways-to-type-spanish.html
    http://m10lmac.blogspot.com/2007/04/typing-catalan.html

  • Change the kernel keymap and xkbd keyboard layout?

    I'd like to remap
    CTRL+(Left,Right,Up,Down)
    to
    Begin,End,PgUp,PgDown
    And i've to say that i almost succeded, but probably there's a better way.
    For the tty, i made a modified it.map.gz called itCtrlArrows.map.gz,
    put it into /usr/share/kbd/keymaps/i386/qwerty/
    modified /etc/vconsole.conf accordingly and rebooted.
    Ttys works, fine.
    For Xorg i've had to use xbindkeys with something like:
    "xvkbd -xsendevent -text '\[Home]'"
    m:0x14 + c:113
    Control+Mod2 + Left
    "xvkbd -xsendevent -text '\[Shift]\[Home]'"
    m:0x5 + c:113
    Control+Shift + Left
    "xvkbd -xsendevent -text '\[End]'"
    m:0x14 + c:114
    Control+Mod2 + Right
    "xvkbd -xsendevent -text '\[Shift]\[End]'"
    m:0x5 + c:114
    Control+Shift + Right
    "xvkbd -xsendevent -text '\[Prior]'"
    m:0x14 + c:111
    Control+Mod2 + Up
    "xvkbd -xsendevent -text '\[Shift]\[Prior]'"
    m:0x5 + c:111
    Control+Shift + Up
    "xvkbd -xsendevent -text '\[Next]'"
    m:0x14 + c:116
    Control+Mod2 + Down
    "xvkbd -xsendevent -text '\[Shift]\[Next]'"
    m:0x5 + c:116
    Control+Shift + Down
    It works too, but it is an highly inefficient solution.
    The tty keyboard layouts are really easy to hack, could this one be done somehow with an xkb keyboard layout?
    How?
    Last edited by kokoko3k (2014-09-09 19:14:26)

    I was just trying to figure this out myself and got to the realization that keyboard layout handling in Linux == crap and total mess.
    xvkbd doesn't really works as you expect, try for example your mapping in Epiphany or Nautilus.
    From what I gather you really can't map key combination with CTRL to a keysym in X as CTRL isn't a modifier key.
    What you can do is to set a modifier key and the best way to do that would be to patch xkeyboard-config (I didn't tried yet, just looked in the code) but if you only got one keyboard layout then you can also use xmodmap and of course both method won't work in Wayland.
    See
    http://cgit.freedesktop.org/xkeyboard-config (notice in symbols/us that English (US) layout doesn't map ALT_R to ISO_Level3_Shift, "level3(ralt_switch)" )
    http://askubuntu.com/questions/5095/typ … mbinations

  • Gnome 2.28 GDM Keyboard layout

    Hello,
    A few months ago I installed Arch + Gnome 2.26 and never had problems since then until I upgraded to Gnome 2.28. Now with the rewritten GDM the keyboard layout (for entering the username because I don't like select-your-user-from-the-list-thingies) is set to USA (qwerty) while the rest of my system is completely BE (standard, no variant) layout. Before the upgrade also GDM was 100% BE, but now the username is USA and when I want to enter the password it changes immediately to BE (because in the panel down I chose BE). Is there a way to also make the username respond to the BE layout?
    ==> What works in BE?
    TTY's
    password prompt of GDM
    gnome session
    terminals
    ==> What works not in BE and responds to USA layout?
    GDM username prompt
    How weird is that? My system is setup as described in the beginners guide (keyboard layout in 10-osvendor.fdi file + hal + evdev) which was system-wide until the update.
    I looked around and found some similar threads, but only complaining about keyboard variants, which is not my issue. Also on the Gnome forums, there is no-one with this problem. I checked all config files and XML files related to GDM I could found, but nothing helped.
    I noticed that with the Ubuntu Karmic Beta live CD, upon entering the keyboard layout from the boot screen, everything was BE as I want it to be. It proves to me it's all possible, but I can't find how.
    Any help would be appreciated!

    killajoe wrote:
    /etc/gdm/custom.conf is the file to configure gdm:
    http://library.gnome.org/admin/gdm/2.28 … on.html.en
    there is no gui but for what we need a gui for that?
    That's very interesting, thanks for the link. Sure, it's possible that way, but a few weeks ago there still was a GUI for it and now everything has to be done manually again. That sounds very much like a regression to me Anyway, that's not really the point. GDM documentation pages tell us that the system keyboard layout is used to login and that every user logging in can choose their preferred session. However, our system languages (which are different than USA) are not detected correctly and there is no option to override this in custom.conf.
    /apps/gdm/simple-greeter/recent-languages
        [] (string list)
        Set to a list of languages to be shown by default in the login window. Default value is "[]". With the default setting only the system default language is shown and the option "Other..." which pops-up a dialog box showing a full list of available languages which the user can select.
        Users are not intended to change this setting by hand. Instead GDM keeps track of any languages selected in this configuration key, and will show them in the language combo box along with the "Other..." choice. This way, commonly selected languages are easier to select.
    /apps/gdm/simple-greeter/recent-layouts
        [] (string list)
        Set to a list of keyboard layouts to be shown by default in the login panel. Default value is "[]". With the default setting only the system default keyboard layout is shown and the option "Other..." which pops-up a dialog box showing a full list of available keyboard layouts which the user can select.
        Users are not intended to change this setting by hand. Instead GDM keeps track of any keyboard layouts selected in this configuration key, and will show them in the keyboard layout combo box along with the "Other..." choice. This way, commonly selected keyboard layouts are easier to select.
    Has someone the answer to the questions I asked earlier:
    1. Will I still be able to update gdm via pacman -Syu after rebuilding gdm with this patch?
    2. And will there come an official Arch GDM update with this patch to solve the problem or is the only way to get it solved dealing with the patch now?
    Last edited by ulukai (2009-10-17 15:28:35)

  • [solved] Gnome default keyboard layout

    Hi guys,
    Can anybody please explain me why the following command works but the corresponding .conf entry does not?
    setxkbmap -layout "us,pl,de" -option "grp:alt_shift_toggle"
    [orschiro@thinkpad ~]$ cat /etc/X11/xorg.conf.d/01-keyboard-layout.conf
    Section "InputClass"
    Identifier "keyboard"
    MatchIsKeyboard "yes"
    Option "XKBMODEL" "pc105"
    Option "XkbLayout" "us,pl"
    Option "XkbVariant" "altgr-intl,"
    Option "XkbOptions" "grp:alt_shift_toggle"
    EndSection
    When using the .conf entry simply nothing happens.
    Regards
    EDIT
    I was able to identify my problem. See the following:
    The above .conf does not work since Gnome seems to fetch a default US keyboard layout from somewhere which I cannot figure out where it is. Without any invocation from my side Gnome assumes this US keyboard. However, I do not want to us the default US keyboard layout but the altgr-intl option.
    Screenshot
    So as a workaround I have to run setxkbmap -layout us -variant altgr-intl after Gnome had started. But I would like to understand how Gnome assigns the default keyboard layouts.
    Last edited by orschiro (2013-06-26 07:57:29)

    I still do not understand where the default keyboard layout is taken from. However, I use a workaround and created a file .keyboard in my home directory which is launched after startup of Gnome and changes the layouts according to my setkxbmap settings.
    More information.
    Regards

  • [SOLVED] Configure keyboard layout in X using Gnome

    Hi. This is my first post since I just installed Arch two days ago.
    My concern is about the console KEYMAP. I succesfully configured /etc/vconsole.conf so that KEYMAP=la-latin1 and it works almost perfectly. The only issue I have is that since my laptop was purchased in the US, using a latin american layout made me loose the greater and less characters (> and <), which are kind of essential characters for me and I'm already sick of copy pasting them. So I followed the KEYMAP section of the Wiki
    Thing is none of the changes I make are taking effect, which is weird.
    For now I'm only trying to get used to how it works so what I've been doing is the following (as the Wiki suggests)
    cd /usr/share/kbd/keymaps/i386/qwerty
    Copy the keymap (la-latin1.map.gz) to a new file personal.map.gz
    gunzip the new map file
    Edit personal.map: here I'm just changing "exclam" for "dollar" for the 1 key to to test if it works before I add the characters I need
    gzip the map file
    Change the default keyboard layout file that will be used by editing /etc/vconsole.conf (you might have to create this file) and changing the line that says KEYMAP=la-latin1 to KEYMAP=personal
    then I tried using sudo loadkeys personal, also tried rebooting the system and I still get the ! character when I use SHIFT+1 which is weird (because I configured it so i would get the dollar sign)
    Later I tried to use localectl set-keymap personal also with no luck
    I seriously don't know what I'm doing wrong. I'm sure one of you guys will be able to help me since probably I'm making some kind of stupid mistake I cannot figure out. You can be sure it's not something that stupid as exiting the files withouth saving. To be sure I also reopened the files later to check if the changes where saved and they were, both for the vconsole.conf  and personal.map.gz (which I gunzipped to read and then re gzipped).
    I really appreciate any kind of help you can give me. THanks!
    Last edited by volotec (2013-09-06 20:13:11)

    I have a custom keymap in use on my system because I hate the Caps Lock.  So that and a couple other small modifications were made into wonderwoofy.map.gz.  Using /etc/vconsole.conf works just fine for me.  But I did notice that if I didn't have early KMS that I ran into a race condition with systemd-vconsole-setup.service and the system actually switching the graphics to KMS. 
    Though my issue might be entirely unrelated to what you are experiencing because I was indeed able to change things with loadkeys (at the time I did this stuff, there was no localectl… or if there was I wasn't aware of it).  Maybe try making some other small change to see if there is something inherently wrong with what you have done in the first attempt.  For example, since this is just for testing, use a more common character like a letter or number to replace something.
    I will tell you though that you are not the first person I have heard of recently who has run into vconsole.conf probems.  But the last person I read having such problems was at least able to correctly set their keymap with localectl (though the desired font apparently never took).

  • Dvorak Keyboard Layout

    Is there a Dvorak keyboard layout available for the iPhone?
    While I touch type on the standard QWERTY keyboard, I find the Dvorak layout much better suited for typing with my thumbs.
    Who do I ask for one if there isn't one now?
    Thanks,
    Byron

    Byron C. Mayes,
    You are welcome to suggest it on the feedback page the link for the iPhone is:
    http://www.apple.com/feedback/iphone.html
    However, speaking personally, I would think the reasons for the way QWERTY is laid out might be valid on the iPhone. QWERTY is laid out the way it is so that letters that are likely to appear together in English are separated to avoid accidental keystrokes.
    Hope this helps,
    Nathan C.

  • Alternative keyboard layouts

    Hey everyone,
    So I was considering making the move from QWERTY to a keyboard layout that's a little more efficient, so I thought I'd take a poll to see
    who is using what kind of keyboard layout and why.  I'm curious about Dvorak, programmer's Dvorak, and colemak, and have been researching each of their individual pros and cons. I'm thinking Dvorak sounds like the best out of all of the above, but colemak sounds relatively intregueing as well.  so what's your opinion?

    Just to let everybody know I am now 28 years old. I first learned how to type in typing class in junior high. I was using the Qwerty layout. The only nice thing I can say about the Qwerty layout is that it's available at any computer you want to use without any configuration.
    Then I looked online for a better way to type and more efficient. That's when I learned about Dvorak keyboard layout. This was about four years ago. I stuck with it for about two years. I felt my right hand was doing a lot more typing than my left hand. It felt too lopsided for me. But that's just my opinion. I went on the hunt for something better than Dvorak and I found the glorious Colemak keyboard layout.
    I have been typing with it ever since. My hands are a lot more comfortable and I can type faster now. It took me a month to actually get comfortable with the keyboard layout. If you actually go to this Java applet on Colemak's website.
    www.colemak.com/Compare
    You can just copy and paste a body of text and click on Calculate it will analyze the typing and compare the three different keyboard layouts. I just hope it becomes an ANSI standard like Dvorak has. I hope that happens in the future.
    I just want everybody to know there is a third option out there and its great. If ever Colemak goes away I will be going back to Dvorak. I will never learn the Qwerty keyboard layout ever again.
    Just wanted to give my two cents worth.

  • Transferring Keyboard Layouts

    Hey Adobe Friends!
    I'm probably just not seeing something, but where am I meant to place my original CC .kys keyboard layout files to access my presets in CC 2014?
    [Please choose only a short description for the thread title.]
    Message was edited by: Jim Simon

    save your preset keyboard.
    Then find it in :
    User>Documents>adobe>premiere pro> 7.0>Profile(user)> Mac> User (.kys file)
    copy it and put it in:
    User>Documents>adobe>premiere pro> 8.0>Profile(user)> Mac> User (.kys file)

  • Unwanted switch of keyboard layouts

    I have created a new keyboard layout file for german Dvorak typing. The .keylayout file was placed in the keyboard layouts folder and after that I enabled the new layout within the system preferences.
    So far everything works fine. In some applications my layout switches back to the last system keyboardlayout without any coment or warning. It happens also, when passwords are needed. In Ical I can edit an event completely in Dvorak until i hit the date an time fields. Then the layout switches to the last System Layout, that was selected before.
    I tried to move the layout into the system keyboard layouts folder, but with no effect. The packages that come with OS X contain also a variety of different layouts (.keylayout files). When I try to use a "original" .keylayout file ( like US extended.keylayout) the effect persists. I have no idea how to resolve this problem, as the original apple files also fail to work properly.
    I will try another user profile as a last test.
    Any Ideas?
    Macbook Pro   Mac OS X (10.4.7)  

    If I select from the mathematic symbols, no
    character will be typed by the keylayout generated by
    Ukelele.
    That's because the mathematical symbols range cannot be handled in a Roman layout, only in a Unicode layout. In a Roman layout you must use the ascii versions. I would try using a Roman custom layout that you have not had to change via BBEdit and see if you have the same problem. Adding non-Roman characters to a layout which is supposed to be Roman could cause problems. Also make sure you give the layout a keyboard ID which is unlikely to be used by any other layout.
    Is there some reason you cannot use the ascii ><? These are what are normally used rather than the special Unicode versions.
    <div class="jive-quote">The characters generated are different from the ones created by the original German Layout.
    Could you explain that in more detail?

  • Cannot switch keyboard layout in applets using system settings

    I use Java Plugin Version 1.5.0 (build 1.5.0_09-b01) on Windows XP SP2 and if try to switch a keyboard layout, for example, from English to Russian, it switches only by pressing Ctrl+Shift+Shift instead of Ctrl+Shift, that used in system settings. How to obtain a switching a keyboard layout using system settings?

    Although in settings the "english" keyboard is ticked as selected
    Are you referring to the Language section of settings? If so, that has nothing to do with keyboards.
    when checking in settings the word britsh appears underneath Dutch
    You can rearrange the order of the keyboards by poking the Edit button and holding down the symbol at the far right of each keyboard name in the keyboard list (3 horizontal bars). See if that helps.

Maybe you are looking for

  • Report Engine Crashed

    Form version is form 6.0.8.8.0 Report version is 6.0.8.8.3.3 I am facing two problems first is when i run a report and report engine is not already open report will run ok but whenever report engine already open report engine will crash down. Second

  • Not working imported video ProRes422

    Not working imported video ProRes422. When I play clip in preview, program is stopped long time. Viewing window is empty. I can close program only cmd+opt+esc. What reason?

  • Printer stopped working with Firefox but works fine with Safari. We have a MacBook Pro OS 10.5.8.

    Our R380 Printer has been working perfectly with Firefox in printing web pages and email. However, now it will not even attempt to print web pages or email. It's like it doesn't even know that a printer is connected. But when I launch Safari, the pri

  • Find out FK table name refering to a PK table...

    I have a some child tables(FK) referenced to Accounts master(PK) table. How do i find out name of all the child tables refering to Accounts.

  • How do i clean the Black MacBook?

    hi, i was wondering how to clean my black macbook...the flat black paints holds alot of finger prints and they don't wipe right off the way they do on the white macbook with it's smooth finish..... any advice is well appreciated... thanks... MAC BOOK