How do FOUR_LEVEL_SEMIALPHABETIC xkb keys work?












4















For some reason I'm looking into this xkb symbol file, and I'm seeing some group of keys designated as FOUR_LEVEL_SEMIALPHABETIC.



Now, the definition of it in types/caps is:



type "FOUR_LEVEL_SEMIALPHABETIC" {
modifiers = Shift+Lock+LevelThree;
map[None] = Level1;
map[Shift] = Level2;
preserve[Lock] = Lock;
map[LevelThree] = Level3;
map[Shift+LevelThree] = Level4;
map[Lock+LevelThree] = Level3;
map[Lock+Shift+LevelThree] = Level4;
preserve[Lock+LevelThree] = Lock;
preserve[Lock+Shift+LevelThree] = Lock;
level_name[Level1] = "Base";
level_name[Level2] = "Shift";
level_name[Level3] = "Alt Base";
level_name[Level4] = "Shift Alt";
};


};



Lock means Caps Lock, right? Ok, fine. But What's with this LevelThree business? From the text I thought maybe it's the Alt key, but that doesn't seem to work, i.e. using one of these supposed layouts (il), I don't get Level3 or Level4 characters typed using the Alt key - and I tried all combinations - with/out Shift, Caps Lock on/off.



What am I doing wrong?










share|improve this question





























    4















    For some reason I'm looking into this xkb symbol file, and I'm seeing some group of keys designated as FOUR_LEVEL_SEMIALPHABETIC.



    Now, the definition of it in types/caps is:



    type "FOUR_LEVEL_SEMIALPHABETIC" {
    modifiers = Shift+Lock+LevelThree;
    map[None] = Level1;
    map[Shift] = Level2;
    preserve[Lock] = Lock;
    map[LevelThree] = Level3;
    map[Shift+LevelThree] = Level4;
    map[Lock+LevelThree] = Level3;
    map[Lock+Shift+LevelThree] = Level4;
    preserve[Lock+LevelThree] = Lock;
    preserve[Lock+Shift+LevelThree] = Lock;
    level_name[Level1] = "Base";
    level_name[Level2] = "Shift";
    level_name[Level3] = "Alt Base";
    level_name[Level4] = "Shift Alt";
    };


    };



    Lock means Caps Lock, right? Ok, fine. But What's with this LevelThree business? From the text I thought maybe it's the Alt key, but that doesn't seem to work, i.e. using one of these supposed layouts (il), I don't get Level3 or Level4 characters typed using the Alt key - and I tried all combinations - with/out Shift, Caps Lock on/off.



    What am I doing wrong?










    share|improve this question



























      4












      4








      4








      For some reason I'm looking into this xkb symbol file, and I'm seeing some group of keys designated as FOUR_LEVEL_SEMIALPHABETIC.



      Now, the definition of it in types/caps is:



      type "FOUR_LEVEL_SEMIALPHABETIC" {
      modifiers = Shift+Lock+LevelThree;
      map[None] = Level1;
      map[Shift] = Level2;
      preserve[Lock] = Lock;
      map[LevelThree] = Level3;
      map[Shift+LevelThree] = Level4;
      map[Lock+LevelThree] = Level3;
      map[Lock+Shift+LevelThree] = Level4;
      preserve[Lock+LevelThree] = Lock;
      preserve[Lock+Shift+LevelThree] = Lock;
      level_name[Level1] = "Base";
      level_name[Level2] = "Shift";
      level_name[Level3] = "Alt Base";
      level_name[Level4] = "Shift Alt";
      };


      };



      Lock means Caps Lock, right? Ok, fine. But What's with this LevelThree business? From the text I thought maybe it's the Alt key, but that doesn't seem to work, i.e. using one of these supposed layouts (il), I don't get Level3 or Level4 characters typed using the Alt key - and I tried all combinations - with/out Shift, Caps Lock on/off.



      What am I doing wrong?










      share|improve this question
















      For some reason I'm looking into this xkb symbol file, and I'm seeing some group of keys designated as FOUR_LEVEL_SEMIALPHABETIC.



      Now, the definition of it in types/caps is:



      type "FOUR_LEVEL_SEMIALPHABETIC" {
      modifiers = Shift+Lock+LevelThree;
      map[None] = Level1;
      map[Shift] = Level2;
      preserve[Lock] = Lock;
      map[LevelThree] = Level3;
      map[Shift+LevelThree] = Level4;
      map[Lock+LevelThree] = Level3;
      map[Lock+Shift+LevelThree] = Level4;
      preserve[Lock+LevelThree] = Lock;
      preserve[Lock+Shift+LevelThree] = Lock;
      level_name[Level1] = "Base";
      level_name[Level2] = "Shift";
      level_name[Level3] = "Alt Base";
      level_name[Level4] = "Shift Alt";
      };


      };



      Lock means Caps Lock, right? Ok, fine. But What's with this LevelThree business? From the text I thought maybe it's the Alt key, but that doesn't seem to work, i.e. using one of these supposed layouts (il), I don't get Level3 or Level4 characters typed using the Alt key - and I tried all combinations - with/out Shift, Caps Lock on/off.



      What am I doing wrong?







      keyboard-layout xkb






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 hours ago









      Rui F Ribeiro

      41.5k1483140




      41.5k1483140










      asked Oct 15 '17 at 21:00









      einpoklumeinpoklum

      2,20542254




      2,20542254






















          2 Answers
          2






          active

          oldest

          votes


















          3















          What's with this LevelThree business?




          In the model expounded by ISO/IEC 9995, which is the international standard (set) that covers computer keyboards, keys can have one or more levels. What you may think of as "modifier keys" select amongst the available levels, sometimes in a complex fashion.



          (Think of the operation of a mechanical typewriter, where the shift key actually moved part of the mechanism to a different level, and where the shift key often mechanically unlocked a "shift lock". Then mix in the ideas of other kinds of locks, such as ones that only apply to subsets of the keyboard such as the main block or the calculator pad.)



          Sometimes the levels are what you see physically engraved upon the keys, sometimes (especially in the case of U.S. and European engravings and alphabetic keys) one or more of the levels are implied but not explicitly engraved.



          Level 1 is unshifted; level 2 is the result of a ⇧ Shift modifier, a shift latch, a ⇫ Shift Lock, a Num Lock, or a ⇬ Caps Lock; and level 3 is the result of a "level three modifier" of some kind.



          As you can see from this configuration file, a "level 4" convention exists (an extension to ISO/IEC 9995 proper) that is the result of applying both level 2 and level 3 shifts at the same time.



          (This convention presupposes that this combination is even available in the first place. In some keyboard layouts, there is no ⇨ Group 2 key, and the keys that would otherwise select "level 4" instead select the second group, which is an entire alternative layout complete with its own set of 3 shift levels. On actual keytops, group 2 is a second column of one to three engraved symbols on the right. A lot of complexity in some systems results from trying to pretend that group 2 does not exist, whereas level 4 does.)



          A level three modifier is generally the ⇮ AltGr key, to the right of the spacebar. On some keyboards the key that generates the relevant HID code, down the wire from the keyboard to the main unit, is labelled ⌥ Option and its physical position (still on the right) is slightly different. Software sees it as the same key, whichever the engraving and physical position. Do not, by the way, confuse it with the similar key that is to the left of the spacebar. That is a different key.



          Not all software keyboard layouts make this key into a level modifier, however. What keys are modifier keys is (with one exception) entirely determined by the software keyboard layout. In some software keyboard layouts the key in that position is treated as another ⎇ Alt. If this is the case, one has no way to type a level 3 shift, absent using another keyboard layout or patching one's current keyboard layout so that some key or combination of keys produces a level 3 shift.



          In a SI 1452 layout, ⇮ AltGr is indeed the level 3 shift, and with it you should be able to type all of the Niqqud. I suspect that you have conflated ⎇ Alt and ⇮ AltGr.



          Further reading




          • https://unix.stackexchange.com/a/391968/5132






          share|improve this answer































            2














            The LevelThree modifier is essentially another Shift. It's used on certain keyboard layouts. For instance, when I'm typing with a Swiss keyboard layout, I can use the AltGr key to get access to some symbols. AltGr+2 produces @, for instance. It's mostly used because Swiss keyboards need German (ä, ö, ü etc.), as well as French symbols (é, è, ê etc.), so there are simply more characters to type.



            If it isn't mapped in your keyboard layout, you could map it yourself by creating a new keytype, see this answer that covers how to do it: how to bind AltGr to <Ctrl> + <Alt>



            Quick explanation on why it's calledFOUR_LEVEL_SEMIALPHABETIC: ALPHABETIC key types use Shift and CapsLock modifiers. Shift and CapsLock are not identical in ALPHABETIC types (as opposed to TWO_LEVEL types). E.g. on a Swiss layout, Shift+a produces A and CapsLock and a produces A, so it's a key using TWO_LEVEL. However, ä, which is its own key on a Swiss keyboard, turns into à when used with Shift, but into the capital Ä when used with CapsLock.



            FOUR_LEVEL just means it uses even more levels. Shift+LevelThree activates the fourth level, as you can see in your type definition. I'm not quite sure why it's called SEMIALPHABETIC, but it's probably got something to do with how exactly the different modifiers cancle out. The documentation here says that FOUR_LEVEL_ALPHABETIC types should use Lock+Shift+LevelThree for a third level symbol, but in your example it produces a fourth level. In the end the naming is fairly arbitrary anyway.






            share|improve this answer























              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "106"
              };
              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: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              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%2funix.stackexchange.com%2fquestions%2f398283%2fhow-do-four-level-semialphabetic-xkb-keys-work%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              3















              What's with this LevelThree business?




              In the model expounded by ISO/IEC 9995, which is the international standard (set) that covers computer keyboards, keys can have one or more levels. What you may think of as "modifier keys" select amongst the available levels, sometimes in a complex fashion.



              (Think of the operation of a mechanical typewriter, where the shift key actually moved part of the mechanism to a different level, and where the shift key often mechanically unlocked a "shift lock". Then mix in the ideas of other kinds of locks, such as ones that only apply to subsets of the keyboard such as the main block or the calculator pad.)



              Sometimes the levels are what you see physically engraved upon the keys, sometimes (especially in the case of U.S. and European engravings and alphabetic keys) one or more of the levels are implied but not explicitly engraved.



              Level 1 is unshifted; level 2 is the result of a ⇧ Shift modifier, a shift latch, a ⇫ Shift Lock, a Num Lock, or a ⇬ Caps Lock; and level 3 is the result of a "level three modifier" of some kind.



              As you can see from this configuration file, a "level 4" convention exists (an extension to ISO/IEC 9995 proper) that is the result of applying both level 2 and level 3 shifts at the same time.



              (This convention presupposes that this combination is even available in the first place. In some keyboard layouts, there is no ⇨ Group 2 key, and the keys that would otherwise select "level 4" instead select the second group, which is an entire alternative layout complete with its own set of 3 shift levels. On actual keytops, group 2 is a second column of one to three engraved symbols on the right. A lot of complexity in some systems results from trying to pretend that group 2 does not exist, whereas level 4 does.)



              A level three modifier is generally the ⇮ AltGr key, to the right of the spacebar. On some keyboards the key that generates the relevant HID code, down the wire from the keyboard to the main unit, is labelled ⌥ Option and its physical position (still on the right) is slightly different. Software sees it as the same key, whichever the engraving and physical position. Do not, by the way, confuse it with the similar key that is to the left of the spacebar. That is a different key.



              Not all software keyboard layouts make this key into a level modifier, however. What keys are modifier keys is (with one exception) entirely determined by the software keyboard layout. In some software keyboard layouts the key in that position is treated as another ⎇ Alt. If this is the case, one has no way to type a level 3 shift, absent using another keyboard layout or patching one's current keyboard layout so that some key or combination of keys produces a level 3 shift.



              In a SI 1452 layout, ⇮ AltGr is indeed the level 3 shift, and with it you should be able to type all of the Niqqud. I suspect that you have conflated ⎇ Alt and ⇮ AltGr.



              Further reading




              • https://unix.stackexchange.com/a/391968/5132






              share|improve this answer




























                3















                What's with this LevelThree business?




                In the model expounded by ISO/IEC 9995, which is the international standard (set) that covers computer keyboards, keys can have one or more levels. What you may think of as "modifier keys" select amongst the available levels, sometimes in a complex fashion.



                (Think of the operation of a mechanical typewriter, where the shift key actually moved part of the mechanism to a different level, and where the shift key often mechanically unlocked a "shift lock". Then mix in the ideas of other kinds of locks, such as ones that only apply to subsets of the keyboard such as the main block or the calculator pad.)



                Sometimes the levels are what you see physically engraved upon the keys, sometimes (especially in the case of U.S. and European engravings and alphabetic keys) one or more of the levels are implied but not explicitly engraved.



                Level 1 is unshifted; level 2 is the result of a ⇧ Shift modifier, a shift latch, a ⇫ Shift Lock, a Num Lock, or a ⇬ Caps Lock; and level 3 is the result of a "level three modifier" of some kind.



                As you can see from this configuration file, a "level 4" convention exists (an extension to ISO/IEC 9995 proper) that is the result of applying both level 2 and level 3 shifts at the same time.



                (This convention presupposes that this combination is even available in the first place. In some keyboard layouts, there is no ⇨ Group 2 key, and the keys that would otherwise select "level 4" instead select the second group, which is an entire alternative layout complete with its own set of 3 shift levels. On actual keytops, group 2 is a second column of one to three engraved symbols on the right. A lot of complexity in some systems results from trying to pretend that group 2 does not exist, whereas level 4 does.)



                A level three modifier is generally the ⇮ AltGr key, to the right of the spacebar. On some keyboards the key that generates the relevant HID code, down the wire from the keyboard to the main unit, is labelled ⌥ Option and its physical position (still on the right) is slightly different. Software sees it as the same key, whichever the engraving and physical position. Do not, by the way, confuse it with the similar key that is to the left of the spacebar. That is a different key.



                Not all software keyboard layouts make this key into a level modifier, however. What keys are modifier keys is (with one exception) entirely determined by the software keyboard layout. In some software keyboard layouts the key in that position is treated as another ⎇ Alt. If this is the case, one has no way to type a level 3 shift, absent using another keyboard layout or patching one's current keyboard layout so that some key or combination of keys produces a level 3 shift.



                In a SI 1452 layout, ⇮ AltGr is indeed the level 3 shift, and with it you should be able to type all of the Niqqud. I suspect that you have conflated ⎇ Alt and ⇮ AltGr.



                Further reading




                • https://unix.stackexchange.com/a/391968/5132






                share|improve this answer


























                  3












                  3








                  3








                  What's with this LevelThree business?




                  In the model expounded by ISO/IEC 9995, which is the international standard (set) that covers computer keyboards, keys can have one or more levels. What you may think of as "modifier keys" select amongst the available levels, sometimes in a complex fashion.



                  (Think of the operation of a mechanical typewriter, where the shift key actually moved part of the mechanism to a different level, and where the shift key often mechanically unlocked a "shift lock". Then mix in the ideas of other kinds of locks, such as ones that only apply to subsets of the keyboard such as the main block or the calculator pad.)



                  Sometimes the levels are what you see physically engraved upon the keys, sometimes (especially in the case of U.S. and European engravings and alphabetic keys) one or more of the levels are implied but not explicitly engraved.



                  Level 1 is unshifted; level 2 is the result of a ⇧ Shift modifier, a shift latch, a ⇫ Shift Lock, a Num Lock, or a ⇬ Caps Lock; and level 3 is the result of a "level three modifier" of some kind.



                  As you can see from this configuration file, a "level 4" convention exists (an extension to ISO/IEC 9995 proper) that is the result of applying both level 2 and level 3 shifts at the same time.



                  (This convention presupposes that this combination is even available in the first place. In some keyboard layouts, there is no ⇨ Group 2 key, and the keys that would otherwise select "level 4" instead select the second group, which is an entire alternative layout complete with its own set of 3 shift levels. On actual keytops, group 2 is a second column of one to three engraved symbols on the right. A lot of complexity in some systems results from trying to pretend that group 2 does not exist, whereas level 4 does.)



                  A level three modifier is generally the ⇮ AltGr key, to the right of the spacebar. On some keyboards the key that generates the relevant HID code, down the wire from the keyboard to the main unit, is labelled ⌥ Option and its physical position (still on the right) is slightly different. Software sees it as the same key, whichever the engraving and physical position. Do not, by the way, confuse it with the similar key that is to the left of the spacebar. That is a different key.



                  Not all software keyboard layouts make this key into a level modifier, however. What keys are modifier keys is (with one exception) entirely determined by the software keyboard layout. In some software keyboard layouts the key in that position is treated as another ⎇ Alt. If this is the case, one has no way to type a level 3 shift, absent using another keyboard layout or patching one's current keyboard layout so that some key or combination of keys produces a level 3 shift.



                  In a SI 1452 layout, ⇮ AltGr is indeed the level 3 shift, and with it you should be able to type all of the Niqqud. I suspect that you have conflated ⎇ Alt and ⇮ AltGr.



                  Further reading




                  • https://unix.stackexchange.com/a/391968/5132






                  share|improve this answer














                  What's with this LevelThree business?




                  In the model expounded by ISO/IEC 9995, which is the international standard (set) that covers computer keyboards, keys can have one or more levels. What you may think of as "modifier keys" select amongst the available levels, sometimes in a complex fashion.



                  (Think of the operation of a mechanical typewriter, where the shift key actually moved part of the mechanism to a different level, and where the shift key often mechanically unlocked a "shift lock". Then mix in the ideas of other kinds of locks, such as ones that only apply to subsets of the keyboard such as the main block or the calculator pad.)



                  Sometimes the levels are what you see physically engraved upon the keys, sometimes (especially in the case of U.S. and European engravings and alphabetic keys) one or more of the levels are implied but not explicitly engraved.



                  Level 1 is unshifted; level 2 is the result of a ⇧ Shift modifier, a shift latch, a ⇫ Shift Lock, a Num Lock, or a ⇬ Caps Lock; and level 3 is the result of a "level three modifier" of some kind.



                  As you can see from this configuration file, a "level 4" convention exists (an extension to ISO/IEC 9995 proper) that is the result of applying both level 2 and level 3 shifts at the same time.



                  (This convention presupposes that this combination is even available in the first place. In some keyboard layouts, there is no ⇨ Group 2 key, and the keys that would otherwise select "level 4" instead select the second group, which is an entire alternative layout complete with its own set of 3 shift levels. On actual keytops, group 2 is a second column of one to three engraved symbols on the right. A lot of complexity in some systems results from trying to pretend that group 2 does not exist, whereas level 4 does.)



                  A level three modifier is generally the ⇮ AltGr key, to the right of the spacebar. On some keyboards the key that generates the relevant HID code, down the wire from the keyboard to the main unit, is labelled ⌥ Option and its physical position (still on the right) is slightly different. Software sees it as the same key, whichever the engraving and physical position. Do not, by the way, confuse it with the similar key that is to the left of the spacebar. That is a different key.



                  Not all software keyboard layouts make this key into a level modifier, however. What keys are modifier keys is (with one exception) entirely determined by the software keyboard layout. In some software keyboard layouts the key in that position is treated as another ⎇ Alt. If this is the case, one has no way to type a level 3 shift, absent using another keyboard layout or patching one's current keyboard layout so that some key or combination of keys produces a level 3 shift.



                  In a SI 1452 layout, ⇮ AltGr is indeed the level 3 shift, and with it you should be able to type all of the Niqqud. I suspect that you have conflated ⎇ Alt and ⇮ AltGr.



                  Further reading




                  • https://unix.stackexchange.com/a/391968/5132







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Oct 16 '17 at 15:52









                  JdeBPJdeBP

                  37.1k476177




                  37.1k476177

























                      2














                      The LevelThree modifier is essentially another Shift. It's used on certain keyboard layouts. For instance, when I'm typing with a Swiss keyboard layout, I can use the AltGr key to get access to some symbols. AltGr+2 produces @, for instance. It's mostly used because Swiss keyboards need German (ä, ö, ü etc.), as well as French symbols (é, è, ê etc.), so there are simply more characters to type.



                      If it isn't mapped in your keyboard layout, you could map it yourself by creating a new keytype, see this answer that covers how to do it: how to bind AltGr to <Ctrl> + <Alt>



                      Quick explanation on why it's calledFOUR_LEVEL_SEMIALPHABETIC: ALPHABETIC key types use Shift and CapsLock modifiers. Shift and CapsLock are not identical in ALPHABETIC types (as opposed to TWO_LEVEL types). E.g. on a Swiss layout, Shift+a produces A and CapsLock and a produces A, so it's a key using TWO_LEVEL. However, ä, which is its own key on a Swiss keyboard, turns into à when used with Shift, but into the capital Ä when used with CapsLock.



                      FOUR_LEVEL just means it uses even more levels. Shift+LevelThree activates the fourth level, as you can see in your type definition. I'm not quite sure why it's called SEMIALPHABETIC, but it's probably got something to do with how exactly the different modifiers cancle out. The documentation here says that FOUR_LEVEL_ALPHABETIC types should use Lock+Shift+LevelThree for a third level symbol, but in your example it produces a fourth level. In the end the naming is fairly arbitrary anyway.






                      share|improve this answer




























                        2














                        The LevelThree modifier is essentially another Shift. It's used on certain keyboard layouts. For instance, when I'm typing with a Swiss keyboard layout, I can use the AltGr key to get access to some symbols. AltGr+2 produces @, for instance. It's mostly used because Swiss keyboards need German (ä, ö, ü etc.), as well as French symbols (é, è, ê etc.), so there are simply more characters to type.



                        If it isn't mapped in your keyboard layout, you could map it yourself by creating a new keytype, see this answer that covers how to do it: how to bind AltGr to <Ctrl> + <Alt>



                        Quick explanation on why it's calledFOUR_LEVEL_SEMIALPHABETIC: ALPHABETIC key types use Shift and CapsLock modifiers. Shift and CapsLock are not identical in ALPHABETIC types (as opposed to TWO_LEVEL types). E.g. on a Swiss layout, Shift+a produces A and CapsLock and a produces A, so it's a key using TWO_LEVEL. However, ä, which is its own key on a Swiss keyboard, turns into à when used with Shift, but into the capital Ä when used with CapsLock.



                        FOUR_LEVEL just means it uses even more levels. Shift+LevelThree activates the fourth level, as you can see in your type definition. I'm not quite sure why it's called SEMIALPHABETIC, but it's probably got something to do with how exactly the different modifiers cancle out. The documentation here says that FOUR_LEVEL_ALPHABETIC types should use Lock+Shift+LevelThree for a third level symbol, but in your example it produces a fourth level. In the end the naming is fairly arbitrary anyway.






                        share|improve this answer


























                          2












                          2








                          2







                          The LevelThree modifier is essentially another Shift. It's used on certain keyboard layouts. For instance, when I'm typing with a Swiss keyboard layout, I can use the AltGr key to get access to some symbols. AltGr+2 produces @, for instance. It's mostly used because Swiss keyboards need German (ä, ö, ü etc.), as well as French symbols (é, è, ê etc.), so there are simply more characters to type.



                          If it isn't mapped in your keyboard layout, you could map it yourself by creating a new keytype, see this answer that covers how to do it: how to bind AltGr to <Ctrl> + <Alt>



                          Quick explanation on why it's calledFOUR_LEVEL_SEMIALPHABETIC: ALPHABETIC key types use Shift and CapsLock modifiers. Shift and CapsLock are not identical in ALPHABETIC types (as opposed to TWO_LEVEL types). E.g. on a Swiss layout, Shift+a produces A and CapsLock and a produces A, so it's a key using TWO_LEVEL. However, ä, which is its own key on a Swiss keyboard, turns into à when used with Shift, but into the capital Ä when used with CapsLock.



                          FOUR_LEVEL just means it uses even more levels. Shift+LevelThree activates the fourth level, as you can see in your type definition. I'm not quite sure why it's called SEMIALPHABETIC, but it's probably got something to do with how exactly the different modifiers cancle out. The documentation here says that FOUR_LEVEL_ALPHABETIC types should use Lock+Shift+LevelThree for a third level symbol, but in your example it produces a fourth level. In the end the naming is fairly arbitrary anyway.






                          share|improve this answer













                          The LevelThree modifier is essentially another Shift. It's used on certain keyboard layouts. For instance, when I'm typing with a Swiss keyboard layout, I can use the AltGr key to get access to some symbols. AltGr+2 produces @, for instance. It's mostly used because Swiss keyboards need German (ä, ö, ü etc.), as well as French symbols (é, è, ê etc.), so there are simply more characters to type.



                          If it isn't mapped in your keyboard layout, you could map it yourself by creating a new keytype, see this answer that covers how to do it: how to bind AltGr to <Ctrl> + <Alt>



                          Quick explanation on why it's calledFOUR_LEVEL_SEMIALPHABETIC: ALPHABETIC key types use Shift and CapsLock modifiers. Shift and CapsLock are not identical in ALPHABETIC types (as opposed to TWO_LEVEL types). E.g. on a Swiss layout, Shift+a produces A and CapsLock and a produces A, so it's a key using TWO_LEVEL. However, ä, which is its own key on a Swiss keyboard, turns into à when used with Shift, but into the capital Ä when used with CapsLock.



                          FOUR_LEVEL just means it uses even more levels. Shift+LevelThree activates the fourth level, as you can see in your type definition. I'm not quite sure why it's called SEMIALPHABETIC, but it's probably got something to do with how exactly the different modifiers cancle out. The documentation here says that FOUR_LEVEL_ALPHABETIC types should use Lock+Shift+LevelThree for a third level symbol, but in your example it produces a fourth level. In the end the naming is fairly arbitrary anyway.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Oct 16 '17 at 0:05









                          PawkyPenguinPawkyPenguin

                          716110




                          716110






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Unix & Linux Stack Exchange!


                              • 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%2funix.stackexchange.com%2fquestions%2f398283%2fhow-do-four-level-semialphabetic-xkb-keys-work%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

                              サソリ

                              広島県道265号伴広島線

                              Accessing regular linux commands in Huawei's Dopra Linux