Page 2 of 10 FirstFirst 1234 ... LastLast
Results 11 to 20 of 98

Thread: Create your own personal keyboard layout

  1. #11
    Join Date
    Apr 2005
    Location
    Sintra, Portugal
    Beans
    835

    Re: Create your own personal keyboard layout

    Quote Originally Posted by Dries_Lee View Post
    I've got a question about this method. When I change my keymap to the following (the rest stays the same):
    Code:
    key <AE08> { [        8,    asterisk, dead_breve ]    };
    
    ...
    
    include "level3(ralt_switch)"
    the breve (˘) only works with the 'a' (ă), not with other letters. While I actually only need the 'u' with a breve...

    Do you have any idea on how to fix this?

    Thanks,
    Dries
    I have tried to use the dead_breve with u here and it don’t work either. I have no clue why is that. Looks like a limitation from xkb (?). Or is it?


    EDIT: I don’t know if this helps, but you can edit your file to use ubreve, which will result in the u with ˘. You can also define keys for abreve and gbreve.
    Last edited by henriquemaia; December 6th, 2007 at 04:13 PM.

  2. #12
    Join Date
    Jul 2006
    Beans
    3

    Re: Create your own personal keyboard layout

    Using ubreve works, but only half. Capital U with breve doesn't show up. But thanks for the help anyway.

  3. #13
    Join Date
    Apr 2005
    Location
    Sintra, Portugal
    Beans
    835

    Re: Create your own personal keyboard layout

    Quote Originally Posted by Dries_Lee View Post
    Using ubreve works, but only half. Capital U with breve doesn't show up. But thanks for the help anyway.
    For capital U breve, you have to add Ubreve.

    The same applies to Abreve and Gbreve.

  4. #14
    Join Date
    Nov 2006
    Beans
    66

    Smile Re: Create your own personal keyboard layout

    Thanks

    ==========


  5. #15
    Join Date
    Aug 2009
    Location
    Dortmund, Germany
    Beans
    11
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Create your own personal keyboard layout

    Sorry for digging out this thread again, but I have a question:

    I want to add ancient greek letters to my keyboard. Do I have to write the Unicode like "03BF" or "omikron"?

    Example:

    Is it right this way (just an example, not right unicode):
    Code:
    key <BKSL> { [omikron, omikron_capital, omikron_whatthehell, omikron_etc ] };
    or this way:

    Code:
    key <BKSL> { [03BF, 031A, 03C2, 03C3 ] };
    ?

    Thanks a lot for your answer...

    µτw

  6. #16
    Join Date
    Apr 2005
    Location
    Sintra, Portugal
    Beans
    835

    Re: Create your own personal keyboard layout

    Quote Originally Posted by μτw View Post
    Sorry for digging out this thread again, but I have a question:

    I want to add ancient greek letters to my keyboard. Do I have to write the Unicode like "03BF" or "omikron"?

    Example:

    Is it right this way (just an example, not right unicode):
    Code:
    key <BKSL> { [omikron, omikron_capital, omikron_whatthehell, omikron_etc ] };
    or this way:

    Code:
    key <BKSL> { [03BF, 031A, 03C2, 03C3 ] };
    ?

    Thanks a lot for your answer...

    µτw
    As far as I know, you use the first (omikron, etc). You don't need the actual codes (that would be really confusing).


  7. #17
    Join Date
    Aug 2009
    Location
    Dortmund, Germany
    Beans
    11
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Create your own personal keyboard layout

    Thanks for your answer.

    But, what if I want to write a capital omikron, an omikron with spiritus lenis, with spiritus asper...?

    Do I have to define them as accents as ^+e=ę? If so, how are the spiriti called? asper and lenis?

    And: I also need a Iota Subscriptum, how should I do this???

    really confused,

    µτw

  8. #18
    Join Date
    Sep 2009
    Beans
    3

    Re: Create your own personal keyboard layout

    I have the Netbook Remix version of Jaunty, and I have no /etc/X11/xkb/symbols dir; the only thing I have in /etc/X11/xkb/ is /etc/X11/xkb/base.xml. Is there a new way to do this?

    Edited to answer: directories have moved to /usr/share/X11/xkb. Hope this helps others.
    Last edited by Ubumanda; September 12th, 2009 at 03:24 AM. Reason: Answering own question

  9. #19
    Join Date
    Sep 2009
    Location
    on my couch
    Beans
    20

    Re: Create your own personal keyboard layout

    Very nice tutorial helped me a lot

    ,Joseph

  10. #20
    Join Date
    Oct 2009
    Beans
    1

    Re: Create your own personal keyboard layout

    Though it made me realize that the admin (root) level belongs to the system not the user. There's something evil about that ("Dave, what are you doing Dave?"). But at least I have the basic keys of my layout working.

    Regards

    Olympus

    _____
    dossier surendettement

Page 2 of 10 FirstFirst 1234 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •