Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
A few changes and additions, and a small change to the comments have been made.
  • Loading branch information
pieter-degroote authored Jun 4, 2024
1 parent 53b7759 commit 7965dac
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 24 deletions.
6 changes: 3 additions & 3 deletions test-versions/colemak/.Xmodmap
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
! UltimateKEYS Legacy - Colemak (2x Backspace) (~/.Xmodmap)

! Website : www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/)
! Website : https://pieter-degroote.github.io/UltimateKEYS/

! License : GNU General Public License Version 3
! GitHub : https://github.com/pieter-degroote/UltimateKEYS-legacy

! GitHub : github.com/pieter-degroote/UltimateKEYS-testing
! License : GNU General Public License Version 3


keycode 10 = 1 exclam exclamdown onesuperior
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
#requires AutoHotkey v1.1

; UltimateKEYS Legacy - Colemak (2x Backspace) (for AutoHotkey v1.1).ahk - 2024-01-22
; UltimateKEYS Legacy - Colemak (2x Backspace) (for AutoHotkey v1.1).ahk - 2024-06-04

; Website : www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/)
; Website : https://pieter-degroote.github.io/UltimateKEYS/

; License : GNU General Public License Version 3
; GitHub : https://github.com/pieter-degroote/UltimateKEYS-legacy

; GitHub : github.com/pieter-degroote/UltimateKEYS-testing
; License : GNU General Public License Version 3


; Requirements :
; Configuration :

; Keyboard layout (on Windows) : US QWERTY

; AutoHotkey v1.1 (www.autohotkey.com)



#NoEnv ; avoids checking empty variables to see if they are environment variables
Expand Down Expand Up @@ -816,8 +814,12 @@ cmpSymbols.item["l"] := "{u+2113}" ; (ℓ) script small l
cmpSymbols.item["L"] := "{u+2112}" ; (ℒ) Laplace transform
cmpSymbols.item["m"] := "{u+2642}" ; (♂) male sign (Mars)
cmpSymbols.item["M"] := "{u+2120}" ; (℠) service mark
cmpSymbols.item["r"] := "{u+211e}" ; (℞) prescription take (Recipere)
cmpSymbols.item["R"] := "{u+211e}" ; (℞) prescription take (Recipere)
cmpSymbols.item["p"] := "{u+211e}" ; (℞) prescription take (Recipere)
cmpSymbols.item["P"] := "{u+211e}" ; (℞) prescription take (Recipere)
cmpSymbols.item["r"] := "{u+211f}" ; (℟) response (liturgy)
cmpSymbols.item["R"] := "{u+211f}" ; (℟) response (liturgy)
cmpSymbols.item["v"] := "{u+2123}" ; (℣) versicle (liturgy)
cmpSymbols.item["V"] := "{u+2123}" ; (℣) versicle (liturgy)
cmpSymbols.item["x"] := "{u+203b}" ; (※) reference mark
cmpSymbols.item["2"] := "{u+266b}" ; (♫) beamed eighth notes
cmpSymbols.item["3"] := "{u+2042}" ; (⁂) asterism
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
#requires AutoHotkey v2

; UltimateKEYS Legacy - Colemak (2x Backspace) (for AutoHotkey v2).ahk - 2024-01-22
; UltimateKEYS Legacy - Colemak (2x Backspace) (for AutoHotkey v2).ahk - 2024-06-04

; Website : www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/)
; Website : https://pieter-degroote.github.io/UltimateKEYS/

; License : GNU General Public License Version 3
; GitHub : https://github.com/pieter-degroote/UltimateKEYS-legacy

; GitHub : github.com/pieter-degroote/UltimateKEYS-testing
; License : GNU General Public License Version 3


; Requirements :
; Configuration :

; Keyboard layout (on Windows) : US QWERTY

; AutoHotkey v2 (www.autohotkey.com)



KeyHistory 0 ; disables the key history (for privacy and security)
Expand Down Expand Up @@ -817,8 +815,12 @@ cmpSymbols["l"] := "{u+2113}" ; (ℓ) script small l
cmpSymbols["L"] := "{u+2112}" ; (ℒ) Laplace transform
cmpSymbols["m"] := "{u+2642}" ; (♂) male sign (Mars)
cmpSymbols["M"] := "{u+2120}" ; (℠) service mark
cmpSymbols["r"] := "{u+211e}" ; (℞) prescription take (Recipere)
cmpSymbols["R"] := "{u+211e}" ; (℞) prescription take (Recipere)
cmpSymbols["p"] := "{u+211e}" ; (℞) prescription take (Recipere)
cmpSymbols["P"] := "{u+211e}" ; (℞) prescription take (Recipere)
cmpSymbols["r"] := "{u+211f}" ; (℟) response (liturgy)
cmpSymbols["R"] := "{u+211f}" ; (℟) response (liturgy)
cmpSymbols["v"] := "{u+2123}" ; (℣) versicle (liturgy)
cmpSymbols["V"] := "{u+2123}" ; (℣) versicle (liturgy)
cmpSymbols["x"] := "{u+203b}" ; (※) reference mark
cmpSymbols["2"] := "{u+266b}" ; (♫) beamed eighth notes
cmpSymbols["3"] := "{u+2042}" ; (⁂) asterism
Expand Down
6 changes: 3 additions & 3 deletions test-versions/colemak/custom
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// UltimateKEYS Legacy - Colemak (2x Backspace) (/usr/share/X11/xkb/symbols/custom)

// Website : www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/)
// Website : https://pieter-degroote.github.io/UltimateKEYS/

// License : GNU General Public License Version 3
// GitHub : https://github.com/pieter-degroote/UltimateKEYS-legacy

// GitHub : github.com/pieter-degroote/UltimateKEYS-testing
// License : GNU General Public License Version 3


default partial alphanumeric_keys modifier_keys
Expand Down

0 comments on commit 7965dac

Please sign in to comment.