Customized keyboard layout ignores AltGr key [14.04]












2















For some reason I want to change my Russian layout so that I put stress mark (U+0301, like hére) by pressing AltGr+Yo, in a pretty similar way to other languages' layouts.



So there I go, making a subtle modification in /usr/share/X11/xkb/symbols/ru:



//  key <TLDE> {    [     Cyrillic_io,     Cyrillic_IO  ]   }; default
key <TLDE> { [ Cyrillic_io, Cyrillic_IO, U0301 ] }; // stress mark added over Yo


Rebooting the computer, doesn't work. System still sees no difference between Alt and AltGr. Then, observing other layouts, I came up with further edit:



key.type[group1]="FOUR_LEVEL";

include "level3(ralt_switch)" // for the sake of having AltGr+Yo as stress mark


No success either, behavior is exactly the same. Do you have any idea how to make system recognize between Alt and AltGr (or the problem is somewhere else, though I doubt it)?










share|improve this question





























    2















    For some reason I want to change my Russian layout so that I put stress mark (U+0301, like hére) by pressing AltGr+Yo, in a pretty similar way to other languages' layouts.



    So there I go, making a subtle modification in /usr/share/X11/xkb/symbols/ru:



    //  key <TLDE> {    [     Cyrillic_io,     Cyrillic_IO  ]   }; default
    key <TLDE> { [ Cyrillic_io, Cyrillic_IO, U0301 ] }; // stress mark added over Yo


    Rebooting the computer, doesn't work. System still sees no difference between Alt and AltGr. Then, observing other layouts, I came up with further edit:



    key.type[group1]="FOUR_LEVEL";

    include "level3(ralt_switch)" // for the sake of having AltGr+Yo as stress mark


    No success either, behavior is exactly the same. Do you have any idea how to make system recognize between Alt and AltGr (or the problem is somewhere else, though I doubt it)?










    share|improve this question



























      2












      2








      2








      For some reason I want to change my Russian layout so that I put stress mark (U+0301, like hére) by pressing AltGr+Yo, in a pretty similar way to other languages' layouts.



      So there I go, making a subtle modification in /usr/share/X11/xkb/symbols/ru:



      //  key <TLDE> {    [     Cyrillic_io,     Cyrillic_IO  ]   }; default
      key <TLDE> { [ Cyrillic_io, Cyrillic_IO, U0301 ] }; // stress mark added over Yo


      Rebooting the computer, doesn't work. System still sees no difference between Alt and AltGr. Then, observing other layouts, I came up with further edit:



      key.type[group1]="FOUR_LEVEL";

      include "level3(ralt_switch)" // for the sake of having AltGr+Yo as stress mark


      No success either, behavior is exactly the same. Do you have any idea how to make system recognize between Alt and AltGr (or the problem is somewhere else, though I doubt it)?










      share|improve this question
















      For some reason I want to change my Russian layout so that I put stress mark (U+0301, like hére) by pressing AltGr+Yo, in a pretty similar way to other languages' layouts.



      So there I go, making a subtle modification in /usr/share/X11/xkb/symbols/ru:



      //  key <TLDE> {    [     Cyrillic_io,     Cyrillic_IO  ]   }; default
      key <TLDE> { [ Cyrillic_io, Cyrillic_IO, U0301 ] }; // stress mark added over Yo


      Rebooting the computer, doesn't work. System still sees no difference between Alt and AltGr. Then, observing other layouts, I came up with further edit:



      key.type[group1]="FOUR_LEVEL";

      include "level3(ralt_switch)" // for the sake of having AltGr+Yo as stress mark


      No success either, behavior is exactly the same. Do you have any idea how to make system recognize between Alt and AltGr (or the problem is somewhere else, though I doubt it)?







      14.04 keyboard keyboard-layout cyrillic






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 5 at 2:28









      TDK

      25013




      25013










      asked Oct 18 '14 at 0:03









      SzymonSzymon

      1112




      1112






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f538408%2fcustomized-keyboard-layout-ignores-altgr-key-14-04%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f538408%2fcustomized-keyboard-layout-ignores-altgr-key-14-04%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

          Mangá

           ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕