Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
46aa095d1d | |||
|
ebd7bdfb79 | ||
|
4bd8795ea8 | ||
|
948c3a4a69 | ||
|
531d46007d | ||
|
117baa6dfb | ||
|
e1439fd0fa | ||
|
c9cdf226df | ||
|
a657ca62a3 | ||
|
9b6c828337 |
22
README.md
22
README.md
@ -11,11 +11,11 @@ For Windows, you just have to follow the following steps for installation and us
|
|||||||
|
|
||||||
* **Installation and Use:**
|
* **Installation and Use:**
|
||||||
|
|
||||||
* Download the package [ansi-gli-2.5.zip](https://github.com/q3aql/ansi-gli/releases/download/v2.5/ansi-gli-2.5.zip).
|
* Download the package [ansi-gli-2.7.zip](https://drive.proton.me/urls/A0BF0XCXHR#5zvMXkiswOZf).
|
||||||
* Unzip the package.
|
* Unzip the package.
|
||||||
* Run `ansi-gli_x86.exe` (for Windows 32-bits) or `ansi-gli_x86_64.exe` (for Windows 64-bits).
|
* Run `ansi-gli_x86.exe` (for Windows 32-bits) or `ansi-gli_x86_64.exe` (for Windows 64-bits).
|
||||||
* **Optional**: If you want CapsLock disabled, run `ansi-gli-nocapslock_x86.exe` or `ansi-gli-nocapslock_x86_64.exe`.
|
* **Optional**: If you want CapsLock disabled, run `ansi-gli-nocapslock_x86.exe` or `ansi-gli-nocapslock_x86_64.exe`.
|
||||||
* You will see the app icon on the tray. ([Image](https://github.com/q3aql/ansi-gli/blob/master/images/ansi-gli-tray.png))
|
* You will see the app icon on the tray. ([Image](images/ansi-gli-tray.png))
|
||||||
* You can now use the key combinations.
|
* You can now use the key combinations.
|
||||||
|
|
||||||
List of combinations:
|
List of combinations:
|
||||||
@ -26,8 +26,12 @@ List of combinations:
|
|||||||
- AltGr + Shift (Left) + x = >
|
- AltGr + Shift (Left) + x = >
|
||||||
- AltGr + z = <
|
- AltGr + z = <
|
||||||
- AltGr + x = >
|
- AltGr + x = >
|
||||||
- Alt + - = ? (for SK71 keyboard)
|
- Alt + - = ?
|
||||||
- Alt + + = ¿ (for SK71 keyboard)
|
- Alt + + = ¿
|
||||||
|
- Alt + c = ?
|
||||||
|
- Alt + v = ¿
|
||||||
|
- Alt + ' = \
|
||||||
|
- Win + Esc = \
|
||||||
- Win + Alt = AltGr (for keyboards without AltGr key as SK71/SK64)
|
- Win + Alt = AltGr (for keyboards without AltGr key as SK71/SK64)
|
||||||
- CapsLock = Shift (with nocapslock version)
|
- CapsLock = Shift (with nocapslock version)
|
||||||
|
|
||||||
@ -56,7 +60,7 @@ If you want to add more combinations or the ones mentioned do not work for you,
|
|||||||
* Install `autokey` for Linux ([from here](https://github.com/autokey/autokey/releases)).
|
* Install `autokey` for Linux ([from here](https://github.com/autokey/autokey/releases)).
|
||||||
* Install `Python3` (Installed by default on many Linux distributions).
|
* Install `Python3` (Installed by default on many Linux distributions).
|
||||||
* Install the command `make` (`sudo apt-get install make` on Ubuntu/Debian).
|
* Install the command `make` (`sudo apt-get install make` on Ubuntu/Debian).
|
||||||
* Download the package [ansi-gli-2.5.zip](https://github.com/q3aql/ansi-gli/releases/download/v2.5/ansi-gli-2.5.zip).
|
* Download the package [ansi-gli-2.7.zip](https://drive.proton.me/urls/A0BF0XCXHR#5zvMXkiswOZf).
|
||||||
* Unzip the package.
|
* Unzip the package.
|
||||||
* Inside the `linux` folder, open a terminal and type the command: `make install`.
|
* Inside the `linux` folder, open a terminal and type the command: `make install`.
|
||||||
* Run `autokey` (It is recommended to configure it to start on login).
|
* Run `autokey` (It is recommended to configure it to start on login).
|
||||||
@ -68,8 +72,10 @@ Now, you can use the following additional key combinations:
|
|||||||
- Alt + w = <
|
- Alt + w = <
|
||||||
- Alt + y = <
|
- Alt + y = <
|
||||||
- Alt + Esc = \
|
- Alt + Esc = \
|
||||||
- Alt + - = ? (for SK71 keyboard)
|
- Alt + - = ?
|
||||||
- Alt + + = ¿ (for SK71 keyboard)
|
- Alt + + = ¿
|
||||||
|
- Alt + c = ?
|
||||||
|
- Alt + v = ¿
|
||||||
- Win = AltGr (with win-to-altgr_xmodmap.sh script)
|
- Win = AltGr (with win-to-altgr_xmodmap.sh script)
|
||||||
- CapsLock = Shift (with disable-caplock_xmodmap.sh script)
|
- CapsLock = Shift (with disable-caplock_xmodmap.sh script)
|
||||||
|
|
||||||
@ -82,7 +88,7 @@ I don't know and I don't care.
|
|||||||
* First, install [AutoHoyKey](https://www.autohotkey.com/).
|
* First, install [AutoHoyKey](https://www.autohotkey.com/).
|
||||||
* Then, download the source from here.
|
* Then, download the source from here.
|
||||||
* In the directory `src`, you have `ansi-gli.ahk`. Right click.
|
* In the directory `src`, you have `ansi-gli.ahk`. Right click.
|
||||||
* Choose `Compile Script`. ([Image](https://github.com/q3aql/ansi-gli/blob/master/images/ansi-gli-compile.png))
|
* Choose `Compile Script`. ([Image](images/ansi-gli-compile.png))
|
||||||
|
|
||||||
### External links:
|
### External links:
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# Contact: q3aql@protonmail.ch #
|
# Contact: q3aql@protonmail.ch #
|
||||||
# License: GPL v2.0 #
|
# License: GPL v2.0 #
|
||||||
################################################
|
################################################
|
||||||
Version v2.4
|
Version v2.7
|
||||||
|
|
||||||
* Installation steps:
|
* Installation steps:
|
||||||
|
|
||||||
|
30
linux/ansi-60-keyboard/.alt-c.json
Normal file
30
linux/ansi-60-keyboard/.alt-c.json
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"usageCount": 0,
|
||||||
|
"omitTrigger": false,
|
||||||
|
"prompt": false,
|
||||||
|
"description": "alt-c",
|
||||||
|
"abbreviation": {
|
||||||
|
"wordChars": "[\\w]",
|
||||||
|
"abbreviations": [],
|
||||||
|
"immediate": false,
|
||||||
|
"ignoreCase": false,
|
||||||
|
"backspace": true,
|
||||||
|
"triggerInside": false
|
||||||
|
},
|
||||||
|
"hotkey": {
|
||||||
|
"hotKey": "c",
|
||||||
|
"modifiers": [
|
||||||
|
"<alt>"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"modes": [
|
||||||
|
3
|
||||||
|
],
|
||||||
|
"showInTrayMenu": false,
|
||||||
|
"filter": {
|
||||||
|
"regex": null,
|
||||||
|
"isRecursive": false
|
||||||
|
},
|
||||||
|
"type": "script",
|
||||||
|
"store": {}
|
||||||
|
}
|
30
linux/ansi-60-keyboard/.alt-v.json
Normal file
30
linux/ansi-60-keyboard/.alt-v.json
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"usageCount": 0,
|
||||||
|
"omitTrigger": false,
|
||||||
|
"prompt": false,
|
||||||
|
"description": "alt-v",
|
||||||
|
"abbreviation": {
|
||||||
|
"wordChars": "[\\w]",
|
||||||
|
"abbreviations": [],
|
||||||
|
"immediate": false,
|
||||||
|
"ignoreCase": false,
|
||||||
|
"backspace": true,
|
||||||
|
"triggerInside": false
|
||||||
|
},
|
||||||
|
"hotkey": {
|
||||||
|
"hotKey": "v",
|
||||||
|
"modifiers": [
|
||||||
|
"<alt>"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"modes": [
|
||||||
|
3
|
||||||
|
],
|
||||||
|
"showInTrayMenu": false,
|
||||||
|
"filter": {
|
||||||
|
"regex": null,
|
||||||
|
"isRecursive": false
|
||||||
|
},
|
||||||
|
"type": "script",
|
||||||
|
"store": {}
|
||||||
|
}
|
2
linux/ansi-60-keyboard/alt-c.py
Normal file
2
linux/ansi-60-keyboard/alt-c.py
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Enter script code
|
||||||
|
keyboard.send_keys("?")
|
2
linux/ansi-60-keyboard/alt-v.py
Normal file
2
linux/ansi-60-keyboard/alt-v.py
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Enter script code
|
||||||
|
keyboard.send_keys("¿")
|
@ -6,7 +6,7 @@
|
|||||||
; # Contact: q3aql@protonmail.ch #
|
; # Contact: q3aql@protonmail.ch #
|
||||||
; # License: GPL v2.0 #
|
; # License: GPL v2.0 #
|
||||||
; ################################################
|
; ################################################
|
||||||
; Version v2.5
|
; Version v2.7
|
||||||
;
|
;
|
||||||
; You've probably noticed that when you switch from an ISO keyboard
|
; You've probably noticed that when you switch from an ISO keyboard
|
||||||
; to an ANSI keyboard, the "<" and ">" keys are missing. When you
|
; to an ANSI keyboard, the "<" and ">" keys are missing. When you
|
||||||
@ -105,8 +105,29 @@ LAlt & +::
|
|||||||
Send, ¿
|
Send, ¿
|
||||||
return
|
return
|
||||||
;
|
;
|
||||||
|
; Map Alt + c to show ? simbol (for SK71 keyboard)
|
||||||
|
!c::
|
||||||
|
Send, ?
|
||||||
|
return
|
||||||
|
;
|
||||||
|
; Map Alt + v to show ¿ simbol (for SK71 keyboard)
|
||||||
|
!v::
|
||||||
|
Send, ¿
|
||||||
|
return
|
||||||
|
;
|
||||||
|
; Map Alt + ' to show blacklash
|
||||||
|
!'::
|
||||||
|
Send, \
|
||||||
|
return
|
||||||
|
;
|
||||||
|
; Map Win + Esc to show blacklash
|
||||||
|
LWin & Escape::
|
||||||
|
Send, \
|
||||||
|
return
|
||||||
|
;
|
||||||
; Disable CapsLock (map CapsLock to Shift)
|
; Disable CapsLock (map CapsLock to Shift)
|
||||||
SetCapsLockState, AlwaysOff
|
SetCapsLockState, AlwaysOff
|
||||||
CapsLock::LShift
|
CapsLock::LShift
|
||||||
return
|
return
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
; # Contact: q3aql@protonmail.ch #
|
; # Contact: q3aql@protonmail.ch #
|
||||||
; # License: GPL v2.0 #
|
; # License: GPL v2.0 #
|
||||||
; ################################################
|
; ################################################
|
||||||
; Version v2.5
|
; Version v2.7
|
||||||
;
|
;
|
||||||
; You've probably noticed that when you switch from an ISO keyboard
|
; You've probably noticed that when you switch from an ISO keyboard
|
||||||
; to an ANSI keyboard, the "<" and ">" keys are missing. When you
|
; to an ANSI keyboard, the "<" and ">" keys are missing. When you
|
||||||
@ -105,3 +105,23 @@ LAlt & +::
|
|||||||
Send, ¿
|
Send, ¿
|
||||||
return
|
return
|
||||||
;
|
;
|
||||||
|
; Map Alt + c to show ? simbol (for SK71 keyboard)
|
||||||
|
!c::
|
||||||
|
Send, ?
|
||||||
|
return
|
||||||
|
;
|
||||||
|
; Map Alt + v to show ¿ simbol (for SK71 keyboard)
|
||||||
|
!v::
|
||||||
|
Send, ¿
|
||||||
|
return
|
||||||
|
;
|
||||||
|
; Map Alt + ' to show blacklash
|
||||||
|
!'::
|
||||||
|
Send, \
|
||||||
|
return
|
||||||
|
;
|
||||||
|
; Map Win + Esc to show blacklash
|
||||||
|
LWin & Escape::
|
||||||
|
Send, \
|
||||||
|
return
|
||||||
|
;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user