[SOLVED] Not all Dvorak Keybourd Layouts work!

Hi everyone,
I hope this is the right place to ask that question.  I am using a Dvorak keyboard layout for about a year now.  However, as I am native German and I do use Emacs a lot, I adjusted the Classic Dvorak Keyboard with some additional features such as adding Umlauts to the layout, switching Control/Caps_Lock, Alt/Tab and making it easier to stroke certain sequences, like $/{, which often occur when typing maths.
The default Dvorak layout that comes with Arch Linux is the so-called Simplified Dvorak Layout.  I am more than happy to write my own layout-file, however, it doesn't seem to work the way I tried.  Here is what I did so far:
I found all the keyboard layouts, including the Dvorak Simplified one, in the following directory:
/usr/share/kbd/keymaps/i386/dvorak/dvorak.map.gz
As root:
cp /usr/share/kbd/keymaps/i386/dvorak/dvorak.map.gz .
gunzip dvorak.map.gz
cp dvorak.map dvorak-prof.map
vim dvorak-prof.map  # Here I changed stuff, e.g.flipping Control/Caps_Lock
gzip dvorak-prof.map
cp dvorak-prof.map.gz /usr/share/kbd/keymaps/i386/dvorak/
I did everything as root as to make sure that the resulting files dvorak.map and dvorak.map.gz have the same reading/writing-permissions as the original dvorak.map and dvorak.map.gz.
For testing I typed during a X-session:
bash-3.2# setxkbmap dvorak-prof
Error loading new keyboard description
New interestingly, I get the same error when loading any one of the other Dvorak layouts, apart from dvorak:
bash-3.2# setxkbmap dvorak-l
Error loading new keyboard description
bash-3.2# setxkbmap dvorak-r
Error loading new keyboard description
bash-3.2# setxkbmap ANSI-dvorak
Error loading new keyboard description
bash-3.2# setxkbmap dvorak
bash-3.2#
The last command being successful.  So, the failure of loading my modified layout file is not necessarily due to a failure in parsing the modified dvorak-prof.map, though I don't know how to check this.
So my question is: What's wrong with dvorak-l, dvorak-r, ANSI-dvorak and dvorak-prof?
Thanks for your help!
Cheers,
Thomas
Last edited by friedrich (2009-05-20 15:04:27)

Hi Thomas,
i am a native german too and some time ago i found the dvorak thing and was very fascinated.
Especially when i saw the one for programmers. However, i spent one day fiddling around with
keyboard layouts, googling about it etc.
At least i took another Approach.
In the file
/usr/share/X11/xkb/symbols/de
you can find the layout for germand dvorak, i adopted everything
to fit my needs. But what was not possible in there was to make
the "b" key on my keyboard act as Backspace so i called for xmodmap
and created a .xmodmap file in my home folder.
And while i was playing i decided to remap the escape function to the
the caps lock key and vice versa.
So everything i wanted was possible with that approach.
I start it all with:
setxkbmap -model pc105 -layout de -variant dvorak
xmodmap ~/.xmodmap
Here is the relevant part of the symbols/de file:
// German Dvorak keymap by Thorsten Staerk (www.staerk.de/thorsten)
// Have acute and grave as dead keys, tilde and circumflex alive as they are needed
// in many programming languages.
// to use this keymap, use a 105-key-keyboard and the command setxkbmap -model pc105 -layout dvorak -variant de
// source: http://www-lehre.informatik.uni-osnabrueck.de/~rfreund/dvorak.php
partial alphanumeric_keys
xkb_symbols "dvorak" {
include "us(dvorak)"
name[Group1]="Germany - Dvorak";
key <TLDE> { [ dollar, asciitilde ] };
key <AE01> { [ ampersand, percent ] };
key <AE02> { [ bracketleft, 7, apostrophe ] };
key <AE03> { [ braceleft, 5, bar ] };
key <AE04> { [ braceright, 3, less ] };
key <AE05> { [ parenleft, 1, greater ] };
key <AE06> { [ equal, 9, quotedbl ] };
key <AE07> { [ asterisk, 0 ] };
key <AE08> { [ parenright, 2 ] };
key <AE09> { [ plus, 4 ] };
key <AE10> { [ bracketright, 6 ] };
key <AE11> { [ exclam, 8, exclamdown ] };
key <AE12> { [ numbersign, grave, dead_grave ] };
key <AD01> { [ udiaeresis, Udiaeresis, apostrophe ] };
key <AD02> { [ comma, semicolon, less ] };
key <AD03> { [ period, colon, greater ] };
key <AD04> { [ p, P, quotedbl ] } ;
key <AD05> { [ y, Y, bar ] } ;
key <AD08> { [ c, C, copyright, Cacute ] };
key <AD09> { [ t, T, trademark ] };
key <AD10> { [ z, Z, zabovedot, Zabovedot ] };
key <AD11> { [ question, ssharp ] };
key <AD12> { [ slash, backslash, dead_acute ] };
key <AC01> { [ a, A, at, aogonek ] };
key <AC02> { [ o, O, asciicircum, Oacute ] };
key <AC03> { [ e, E, EuroSign, eogonek ] };
key <AC04> { [ i, I ] };
key <AC05> { [ u, U ] };
key <AC06> { [ h, H ] };
key <AC07> { [ d, D ] };
key <AC08> { [ r, R, registered ] };
key <AC09> { [ n, N, nacute, Nacute ] };
key <AC10> { [ s, S, sacute, Sacute] };
key <AC11> { [ l, L, lstroke, Lstroke ] };
key <AB01> { [ odiaeresis, Odiaeresis ] };
key <AB02> { [ q, Q, at ] };
key <AB06> { [ x, X ] };
key <AB07> { [ b, B ] };
key <AB08> { [ m, M, mu ] };
key <AB09> { [ w, W ] };
key <AB10> { [ v, V ] };
key <BKSL> { [ minus, underscore, hyphen, diaeresis] };
key <LSGT> { [ adiaeresis, Adiaeresis, bar ] };
include "level3(ralt_switch)"
And here goes my .xmodmap:
keycode 56 = BackSpace
keycode 9 = Caps_Lock
keycode 66 = Escape
keycode 27 = p P p P quotedbl
keycode 28 = y Y y Y bar
keycode 31 = c C c C copyright Cacute
keycode 32 = t T t T trademark
keycode 38 = a A a A at
keycode 39 = o O o O asciicircum
keycode 40 = e E e E EuroSign
keycode 45 = r R r R registered
keycode 52 = odiaeresis Odiaeresis Home Home Home
keycode 53 = q Q q Q End End End
keycode 54 = j J j J Prior Prior
keycode 55 = k K k K Next Next
clear Lock
add Lock = Caps_Lock
Some things are redundant, but i was to lazy to delete them.
Maybe this helps you to achieve what you want.
And i think you may have to adapt some keys to the correct
keycode, depending on your keyboard.
You can find the correct keycode with 'xev'.

Similar Messages

  • Since I downloaded the firefox update I no longer have the firefox screen and not all my bookmarks will work. Why?

    After I downloaded the latest update firefox as I knew it disappeared. The opening screen no longer shows the fox logo. The search box on the toolbar lists as conduit search. And I am finding that not all my bookmarks still work. Example-I have to go to att to access my mail. That is fine if that is the way it is supposed to work but if so I would like to know how to change my home screen--or at least the first thing I see when firefox opens to the att site as I generally use my computer for email. I am also accustomed to using google search and as I am a crazy old cat lady I am not really ready to change the way I am familiar with my computer.
    Ideally, could I get the fox picture screen with the google search and the ability to click on the bookmark labeled mail back on my computer???
    I am not computer literate unless it acts as it always has. Thanks, Dawn

    hello dawn, please be aware that there are malicious websites out there which will trigger fake update notices/popups which try to trick you into downloading software bundled with adware. please never click on such websites or execute such files on offer - updates are handled automatically by firefox and you don't have to download any file for it (you can always manually check if you're up-to-date by going to ''firefox > help > about firefox'').
    please try these steps to regain your firefox:
    # [[Reset Firefox – easily fix most problems|reset firefox]] (this will keep your bookmarks and passwords)
    # afterwards go to firefox > addons > extensions and in case there are still extensions listed there, disable them.
    # go to the windows control panel and remove all software recently installed where you don't know which purpose it has or otherwise looks suspicious.
    # finally run a full scan of your system with different security tools like the [http://www.malwarebytes.org/products/malwarebytes_free free version of malwarebytes] and [http://www.bleepingcomputer.com/download/adwcleaner/ adwcleaner] to make sure that adware isn't present in other places of your system as well.
    [[Troubleshoot Firefox issues caused by malware]]

  • My Iphone 4, to which all my outlook email is forwarded to. is only receivng some of the emails but not all. It has worked beautifully in the past but no longer. What can I do to get all emails?

    My Iphone 4, to which all my outlook email is forwarded to. is only receivng some of the emails but not all. It has worked beautifully in the past but no longer. What can I do to get all emails?

    I would just explain that this just started happening, that nothing has changed on the phone, that it is an original iPhone and I wondered if they are implementing a change in coverage with their Edge network in my area.
    If you restore your phone, you will be given an option to back up your phone at the beginning of the process (see step 6 here: http://support.apple.com/kb/HT1414).  You will be given the option to restore to that backup at the end of the restore process.  Your messages are stored in the backup so restoring to the backup will return the messages to your phone.  Be sure to import your photos and videos to your computer (see http://support.apple.com/kb/HT4083) and back up your contacts somewhere before restoring your phone as these sometimesget lost in the restore process.

  • Not all the speakers are working but they are not muted

    volume level is not very loud,  you can hear it but it is not very loud. i have tried raising the volume through the mixer and it shows levels at maximum volume but out of the four bars shown only two actually have sound and the other two are not muted they just show maximum volume but don't work.  i have gone in through the control panel and i just can not figure out what the problem is!

    Welcome to the Forum.
    This is for Windows 7 - Vista setup is probably very similar, though getting to the menu may be slightly different.
    First, Find your Sound Icon in your Task Bar -right click on the Sound Icon
    Sound --> Playback --> Properties --> Enhancements
    Note the Example below shows Enhancements "Disabled".
    You can "UNCHECK" that box, and select "Loudness Equalization"
    to try that as a means to fix your "low" sound issue.
    You will read two schools of thought on the Forum on this setting: "Enhancements"
    1. Setting "Enhancments" --> Loudness Equalization will improve sound and balance music from one song to the next
    2. Leave "Enhancements" Disabled, including the Loudness Equalization setting
    Disable OR Select "Loudness Equalization" and click OK
    Try it.  See if it works.
    If it works, you are done.  If not, then UNDO the change, and continue below:
    The next thing to consider:
    Windows 7 has a "Feature" that turns down the sound when you use your PC to make a phone call.  Unfortunately, it appears that this feature can activate at other times and soften your sound when you don't wish to do so.
    Possible Workaround:
    Sound --> Playback Devices --> Communications
    Select "Do Nothing"
    Click OK
    You will probably have to reboot for this one to take effect. 
    It works for some people, not everyone.  No guarentees.
    Last Tip:
    Make sure all drivers are up to date.  Out of date drivers can get in the way of good performance.  Which drivers you need depends on your system model and your operating system (Windows 7 32/64bit, Vista...).  If you have HP Support Assistant (the latest version on your system, it's easy to get to your software and driver page.  Ask if you need help to update to the latest version of HP Support Assistant...
    Hope this helps.
    Good Luck!
    Kind Regards,
    Dragon-Fur

  • Updated my iPad to lastest version, when using one of the app I have on the iPad not all of the pages work. One page I go onto it flip straight back to the main menu. Any one know how to correct this.

    II'm a driving instructor using an iPad with an app for instructing, since the update version done on Friday  the app won't work on all pages, the payment page just flicks back to main menu on the iPad, can't work out how or why. Anyone got some answers.
    IT work perfectly fine before the update.

    It also cannot be detected on any of my computers when I try to plug it in and use iTunes.
    How did you load the 18 songs, if you cannot get iTunes to recognize it?

  • Not all of the gestures work with my mid-2009 macbook's trackpad. How do I fix this?

    I recently upgraded to OS 10.7. I can make the two-finger scrolling work, but I can't make the mission control or zoom gestures work. How do I properly configure configure the built-in trackpad?

    The Mid 2009 is the model 5,2. These have the two button trackpad which is limited to the two finger gestures. You need the model 5,1, 6,1 or 7,1 with the buttonless glass muti-touch trackpad for the four finger gestures.
    You can tell by the Trackpad pane in System Preferences.  http://support.apple.com/kb/HT3448

  • Not all itunes match songs working suddenly

    I fell in love with itunes.  For 3 months it's been the center of my life.  In my home (via airport express, or appletv), driving around or in another city.
    Suddenly, many of my songs are not playing.  What happens is, I'll play a song, and it will immediately skip down my playlist until it finds another song it can play.  It's weird, because this never happened before.  This happens on both wifi and cellular.
    Suggestions?

    On your computer, go to >iTunes>store>turn OFF iTunes Match.  Do the same on your mobile device,  then turn both back on again,

  • Theme 1_Standard layout does not match desktop screenshot layout

    I am trying to implement this layout to my Robohelp Project, but I get the IPad layout instead of the previewed Desktop layout that is in the screenshot. All other Desktop layouts work fine with me this one does not work with me. It is the first one here: http://helpx.adobe.com/robohelp/robohelp-screen-profiles-layouts.html
    I can't seem to get the Desktop layout to work, and I need to have the printer button, I keep getting the Ipad layout  instead, any thoughts??

    It sounds like you want all users to have the desktop layout regardless of which device they are using. If that is the case, just generate that layout. It is not necessary to generate all the layouts, only those you want.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • I'm working with a Mac, with 10.10.2 system.  My Audition program has been working fine for years now.  But, there is a problem I can't solve.  All my markers on a given piece of audio allows me to left click to highlight the time signature until my audio

    I'm working with a Mac, with 10.10.2 system.  My Audition program has been working fine for years now.  But, there is a problem I can't solve.  All my markers on a given piece of audio allows me to left click to highlight the time signature until my audio reaches the one hour point.  From there on, the left click will not give me the drop down menu in order to copy and then paste into an Excel sheet I then have to submit for the proofing purposes.  After the one hour mark, I can only control/c in order to highlight, then when I slide up to my Excel sheet, I'm able to right click and paste.  Why is the program not, all of a su allowing me to left cllick the mouse and have a drop down menu give me the option to "copy, " as it does for any time signature markers up to 1:00:00.000?

    Which version of Audition? With the latest version of Audition running on a Windows 7 machine I can't get a dropdown menu at all when I left click on the time in Markers List. The only way to do it is with cntrl-c.

  • Wifi not working with iTunes, apps store and some, but not all Internet sites....why???

    Yesterday I noticed while browsing Internet that some sites would not open and that some games I regularly play would not open. I also found that I could not open either the apps store or iTunes. Everything seemed to be working the day before and I have not recently upgraded ios (been on version 6.1.3 for a while) or changed any settings on my iPad (2).  With Internet research today I found suggestion that if I switched to 3G I would be able to access these apps and,sure enough, under 3G connection everything works fine. Some other forums suggest changing wifi router settings to fix the issue ....I have not tried this as I wouldn't  like to mess with my router and end up effecting other peripherals/pc's connected to it that are working fine....especially when I am not terribly IT savvy when it comes to hardware settings.  But as I haven't changed anything on my ipad why would my wifi suddenly stop connecting to some apps on my iPad, but not all??? Interestingly I can access many Internet sites (forums) with wifi connection but not the apple forum! To get to anything apple related I have to switch back to 3G ....that includes checking the iOS version I am on via settings!
    I also mention that I have done all the other suggested fixes found on various forums, such as rebooting iPad, renewing wifi lease, clearing cookies, closing all apps etc etc, to no avail. Seems the only suggested fix I have not tried is mucking around with my router which I am very hesitant to do given the **** I went through with my telco when my home Internet connection suddenly stopped working last year. Took me weeks of phone calls to get my internet connection back and being forced by the telco to a more expensive plan, hence very reluctant to start mucking around with that side of things, but why should I need to when it does seem to be working ok with other devices in the home?
    I have started this as new discussion as, even though I am not terribly IT savvy,  I cant see how this could be related to the wifi issues that many on the newer devices (iPhone 5 and iPad mini etc) are reporting as I haven't recently upgraded anything on my ipad and all was working perfectly up until yesterday.
    Any other suggestions on how to get wifi working correctly again on iPad or do I really have to risk the working of every other device in my home and chase it from modem/router side?

    Hi there,
    You mentioned that you have tried a few troubleshooting steps already, but you may want to take a look at the article below, specifically the section titled "If you are unable to access the Internet while connected to a Wi-Fi network"
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/ts1398
    Hope that helps,
    Griff W.

  • Album Art works for most, but not all

    I was reading previous forums on the subject, but no clear answer was given..
    The album art shows up fine in itunes and my library and works for most of my music on my ipod, but how come some album's art does appear? I have it set manually and select 'Get Info' then 'Artwork' and add it from there, then drag in the finished product to my ipod. I've been doing that and it works fine for most of the albums, but every so often, the album art will not appear on my ipod. Am I doing something wrong? I take them all from the same source (amazon.com) but it makes no sense to me how some randomly don't appear.
    I tried deleting the artwork and re-adding it, but nothing happened again. If you could answer why it works for most but not all or how I can get the album art to appear for the ones it will not by re-doing something, it would be appreciated. thanks.

    I encountered the same problem in the beginning. When I compared the size of the original images, the working ones seemed to be smaller in general, so I reduced the size of all covers I intended to upload on the pod to 300x300 pixels.
    This seemed to work - for 2 days. I bought the pod on friday, had pictures on sunday, but on Monday (after the first time the pod was fully discharged) none were left left.
    So I ended searching this forum for related problems...
    And decided to join my problem to this entry.

  • 2nd Gen Time Capsule - will not power up - just stopped working all of a sudden - I have tried other power outlets - I have tried pressing the reset button - no light

    2nd Gen Time Capsule - will not power up - just stopped working all of a sudden - I have tried other power outlets - I have tried pressing the reset button - no light

    The power supply is shot. But that it lasted even this long is the wonder.. not that it died.
    The TC runs too hot..
    Look on ebay for "Time Capsule power supply"
    You can get a replacement and fix it although the economics are not so good.. it is probably time for a new TC.
    If you can DIY it is really only a few dollars worth of capacitors that go bad.
    See https://sites.google.com/site/lapastenague/a-deconstruction-of-routers-and-modem s/apple-time-capsule-repair
    For a bunch of alternatives.

  • All data and messaging works on my note 4, but last night the cellular phone service just went dead.  I can call people but the line is just silent, and people can call me, it rings, but I can't hear them.  ?????

    all data and messaging works on my note 4, but last night the cellular phone service just went dead.  I can call people but the line is just silent, and people can call me, it rings, but I can't hear them.  ????? What is wrong with it????  How do I fix it????

    You aren't attached to a bluetooth headset or other device for some strange reason?  Or even an automobile bluetooth, I have a friend that has this issue with his Prius because even when it is not running the bluetooth is still active and connects to his phone.

  • Multimedia touch panel buttons on Satellite A500 are not all working

    Hello,
    I recently purchased an A500 (PSAR9A-02J001) laptop running Windows 7 (32-bit) Home Premium. Not all the top Multimedia touch panel buttons are working. When buttons are pressed, the laptop makes a beeping sound (which is normal) but the corresponding function is not executed.
    For example, the Eco button at the top doesn't switch on/off the eco and the mute button does not mute the volume.
    Device manager shows all devices as working correctly.
    There are no errors in the Event Viewer Application or System logs.
    Please advise!
    Thank you,

    Hello
    Try please to reinstall Toshiba value added package.
    Remove preinstalled version, restart your notebook and install latest version from Toshiba download page.

  • Unable to "share" a photo. Get error message stating server is not responding. But all normal email functions work just fine.????????

    unable to "share" a photo. Get error message stating server is not responding. But all normal email functions work just fine.????????

    Just a quick bump... Anyone got any thoughts on this?

Maybe you are looking for

  • WorkBook Formatting.

    Hello All, Can i get parent child relation of hierarchies in Workbook if i need to do further formatting of hierarchies in Workbook. If yes how where can i get these relationship. Thanks in advance,

  • Re: just done clean install of mountain lion.

    just done clean install of mountain lion and now my recovery partition on my drive is for mountain lion and not lion as it was when i bought it can anyone help me.

  • BexGetData over data elements that are not drilled down

    Hi, I create a query in the query designer open the same in the analyzer. I perform navigations on the same and convert the worksheet to formula. Now the BexGetData formula contains references only to the items that have been drilled down in the rows

  • Fixed Length RFC Values?

    I have an RFC call I need to make.  The results of the call contained a fixed length field.  Naturally, the leading/trailing whitespace of this field is trimmed by the XML parser.  To persist the whitespace I'll need to use CDATA which is unparsed. 

  • Help required: Bill of lading smart form

    Dear All, My requirement is to display the following fields for bill of lading 1. Number of packages 2. Package type 3. SKU 4. Description of articles 5. Qty per package 6. Total Quantity 7. UoI The print program iam considering is RVADTR01. Does the