Skip to content
Snippets Groups Projects
  1. Sep 22, 2023
  2. Sep 17, 2023
  3. Sep 09, 2023
  4. Aug 29, 2023
  5. Aug 27, 2023
  6. Aug 25, 2023
  7. Aug 20, 2023
  8. Aug 19, 2023
  9. Aug 17, 2023
  10. Aug 14, 2023
  11. Aug 13, 2023
    • Walter Harms's avatar
      rm XkbSetBounceKeysDelay.man · f90e6bfa
      Walter Harms authored
      there is no function XkbSetBounceKeysDelay().
      It is listed in the specs but never implemented if someone
      does it, feel free to get the file back.
      
      closes issue #105
      f90e6bfa
  12. Jul 13, 2023
  13. Jul 08, 2023
    • jmcwilliams403's avatar
      NLS: Drop two math sequences, slightly clean up APL sequences. · e45dff5c
      jmcwilliams403 authored
      * Two compose sequences containing `leftshoe` and `rightshoe` are
      dropped as no keyboard layout uses these keysyms.
      * The compose sequences for `therefore` and `because` in the APL
      block are moved to ascending Unicode order.
      * The comments for the compose sequences for `U2299` are corrected to
      more accurately reflect its sequence nodes and its real name in
      Unicode.
      e45dff5c
  14. Jun 25, 2023
  15. Jun 24, 2023
  16. Jun 16, 2023
    • Benno Schulenberg's avatar
      nls: remove three duplicated combining acute accents · 178c4fef
      Benno Schulenberg authored
      For the Cyrillic YU with combining acute accent, the string between
      the quotes contained two U+0301 code points, whereas one is enough,
      like for all the neighboring strings.
      
      (This duplication was found by accident with `nano --mini --cons`.)
      178c4fef
  17. Jun 15, 2023
  18. Jun 10, 2023
  19. Jun 01, 2023
  20. May 23, 2023
    • Benno Schulenberg's avatar
      nls: use a slash instead of a combining solidus in compose sequences · 03ba0140
      Benno Schulenberg authored and Alan Coopersmith's avatar Alan Coopersmith committed
      
      First: combining diacritics like the combining long solidus (`U+0338`)
      are not meant to be used in compose sequences.  Second: there is just
      one layout in xkeyboard-config that contains the `U0338` character:
      the deprecated/obsolete German T3 layout.  So, practically speaking,
      these compose sequences with `U0338` were untypable.  So, use a slash
      instead, that almost all layouts have.  This does require that the
      sequence `<Compose> <less> <slash>` changes its meaning from backslash
      to not-less-than (`≮`).  This seems like an acceptable sacrifice, as
      the sequence `<Compose> <slash> <slash>` is a faster/easier sequence
      for the backslash and most layouts contain a backslash already anyway.
      
      Signed-off-by: default avatarBenno Schulenberg <bensberg@telfort.nl>
      03ba0140
  21. May 22, 2023
    • Benno Schulenberg's avatar
      nls: delete six compose sequences that cannot be typed · 61670131
      Benno Schulenberg authored
      
      None of the layouts in xkeyboard-config contain `Ohook` or `Uhook`
      or `U+01D3` (U with caron) nor their lowercase forms, so these six
      sequences cannot be typed on any known keyboard.
      
      (Also, the target characters of the sequences with hook and horn
      seem to occur only in Vietnamese, where the horn is part of the
      vowel and the hook is a tonal mark.  All Vietnamese layouts in
      xkeyboard-config contain `Ohorn` and `Uhorn`, and then the five
      tonal marks as dead keys, `dead_hook` among them.  It does not
      make sense to want to apply a horn to a vowel that already has
      a tonal mark, nor is it possible with the Vietnamese layouts.)
      
      Signed-off-by: default avatarBenno Schulenberg <bensberg@telfort.nl>
      61670131
Loading