Page 10 of 10 FirstFirst ... 8910
Results 91 to 97 of 97

Thread: Create your own personal keyboard layout

  1. #91
    Join Date
    Jun 2012
    Beans
    11

    Re: Create your own personal keyboard layout

    I can't get deadacute-c to become ć. The file /usr/share/X11/locale/en_US.UTF-8/Compose says that it should be, but I'm always getting ç out of the key combination, and it's really annoying to type CtrlShift-u107 every time I need that character. Is there something wrong with the UK-international keyboard, or is it a feature (it's not a bug, I've checked) of the default IME?

  2. #92
    Join Date
    May 2010
    Beans
    73

    Exclamation Re: Create your own personal keyboard layout

    Quote Originally Posted by MountainLion37 View Post
    I can't get deadacute-c to become ć. The file /usr/share/X11/locale/en_US.UTF-8/Compose says that it should be, but I'm always getting ç out of the key combination, and it's really annoying to type CtrlShift-u107 every time I need that character. Is there something wrong with the UK-international keyboard, or is it a feature (it's not a bug, I've checked) of the default IME?
    Compose is a different feature than keyboard locale, and many of the settings for regular deadkeys, etc, won't work as it says in that file. You have to see the latin-4 settings (I think) .. it should be [alt-GR]+['] [c] to get the character you want.
    «If I've seen very far, it's only because I was that desperate to leave.»
    robisinho : mi colección de música : favoritas recientes

  3. #93
    Join Date
    Jun 2012
    Beans
    11

    Re: Create your own personal keyboard layout

    Quote Originally Posted by roberto.tomas View Post
    Compose is a different feature than keyboard locale, and many of the settings for regular deadkeys, etc, won't work as it says in that file. You have to see the latin-4 settings (I think) .. it should be [alt-GR]+['] [c] to get the character you want.
    I do that and get ĉ. AltGr-; gives me the dead acute, but on c it gives me a cedilla.
    áçéǵíḱĺḿńóṕŕśúýźǽǿ

  4. #94
    Join Date
    Mar 2009
    Beans
    16

    Re: Create your own personal keyboard layout

    How can I add quick Spanish characters to my keyboard layout, without changing the whole map?

    For instance if I want
    right alt+e to be e with an accent
    or
    right alt+shift+e to be e with an accent

    and
    alt+n to be the n with the ~

    How can I do that?

    Thanks!

  5. #95
    Join Date
    Apr 2005
    Location
    Sintra, Portugal
    Beans
    1,254

    Re: Create your own personal keyboard layout

    Quote Originally Posted by abefroman99 View Post
    How can I add quick Spanish characters to my keyboard layout, without changing the whole map?

    For instance if I want
    right alt+e to be e with an accent
    or
    right alt+shift+e to be e with an accent

    and
    alt+n to be the n with the ~

    How can I do that?

    Thanks!

    You can achieve this by two different methods. They're simpler than creating your own layout, but they also come with their troubles. Don't be discouraged by this, try and experience for yourself, see what suits you best.

    1. Compose Key method.

    2. xmodmap method.

    Good luck.
    Last edited by henriquemaia; January 9th, 2013 at 11:30 PM.

  6. #96
    Join Date
    Mar 2009
    Beans
    16

    Re: Create your own personal keyboard layout

    Thanks henriquemaia!

    But I'm not having much luck with either.

    I think part of the problem is my keyboard doesnt have an Alt-GR button, and also I can't seem to get the Spanish chacters to display even if is do something like Alt+164 for the (n~).

    Any ideas?

    When I tried the xev one, I held down alt and then pressed n and this came up:
    Code:
    KeyPress event, serial 33, synthetic NO, window 0x9a00001,
        root 0x131, subw 0x0, time 817838225, (173,373), root:(178,537),
        state 0x10, keycode 108 (keysym 0xffea, Alt_R), same_screen YES,
        XLookupString gives 0 bytes: 
        XmbLookupString gives 0 bytes: 
        XFilterEvent returns: False
    
    KeyPress event, serial 33, synthetic NO, window 0x9a00001,
        root 0x131, subw 0x0, time 817840481, (173,373), root:(178,537),
        state 0x18, keycode 57 (keysym 0x6e, n), same_screen YES,
        XLookupString gives 1 bytes: (6e) "n"
        XmbLookupString gives 1 bytes: (6e) "n"
        XFilterEvent returns: False
    So I would need to remap that to display n~ with the ~ over the n.

  7. #97
    Join Date
    Apr 2005
    Location
    Sintra, Portugal
    Beans
    1,254

    Re: Create your own personal keyboard layout

    Quote Originally Posted by abefroman99 View Post
    Thanks henriquemaia!

    But I'm not having much luck with either.

    I think part of the problem is my keyboard doesnt have an Alt-GR button, and also I can't seem to get the Spanish chacters to display even if is do something like Alt+164 for the (n~).

    Any ideas?

    When I tried the xev one, I held down alt and then pressed n and this came up:
    Code:
    KeyPress event, serial 33, synthetic NO, window 0x9a00001,
        root 0x131, subw 0x0, time 817838225, (173,373), root:(178,537),
        state 0x10, keycode 108 (keysym 0xffea, Alt_R), same_screen YES,
        XLookupString gives 0 bytes: 
        XmbLookupString gives 0 bytes: 
        XFilterEvent returns: False
    
    KeyPress event, serial 33, synthetic NO, window 0x9a00001,
        root 0x131, subw 0x0, time 817840481, (173,373), root:(178,537),
        state 0x18, keycode 57 (keysym 0x6e, n), same_screen YES,
        XLookupString gives 1 bytes: (6e) "n"
        XmbLookupString gives 1 bytes: (6e) "n"
        XFilterEvent returns: False
    So I would need to remap that to display n~ with the ~ over the n.

    Well, the way I see it, it's better if you try the compose key method. It's pretty straightforward to configure, and a lot of fun to use. Really. It's not just about having ~ + n =ñ, but having fractions, crazy drawings, even whole sentences with simple combinations of keys.

    The principle behind it is:
    Once you press the compose key, the ones you press afterwards make the combination that produce the result you want.

    You can check an example here:
    http://userbase.kde.org/Tutorials/Co...f_XCompose_Map

    Good luck with your combinations. I find it really fun to play with.

Page 10 of 10 FirstFirst ... 8910

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
  •