piusareLite: added double angle quotation marks.
This commit is contained in:
parent
e0db315595
commit
6179429fb9
2 changed files with 17 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ Collection of useful scripts for keyboard remappings and mouse operation without
|
|||
Set of key bindings meant for the ANSI US layout set to:
|
||||
|
||||
- Facilitate the usage of spanish tilde keys without depending on a dead key.
|
||||
- Add inverted exclamation and question marks, alongside en and em dashes.
|
||||
- Add inverted exclamation and question marks, alongside en/em dashes and and double angle quotation marks.
|
||||
- Remap modifier keys to accomodate a comfier usage.
|
||||
- Toggle `Caps Lock` with both Shift keys.
|
||||
|
||||
|
|
@ -15,6 +15,7 @@ Collection of useful scripts for keyboard remappings and mouse operation without
|
|||
- Press on any of the spanish vowel keys `(a, e, i, o, u)` to write their accented representation `(á, é, í, ó, ú)`.
|
||||
- Press `/` to write `¿`, `[` to write `¡`.
|
||||
- Press `- (hyphen)` to write `—`, or press `- (hyphen)` while holding `Shift` to write `–`.
|
||||
- Press `RET` to write `«`, or press `RET` while holding `Shift` to write `»`.
|
||||
- You can also write the Euro sign `€` pressing `p`, the umlaut u `ü` pressing `[` and the `ñ` with `n`.
|
||||
- Press both `Shift` keys to toggle `Caps Lock`.
|
||||
- `Caps Lock` key acts as another `Left Control`.
|
||||
|
|
|
|||
|
|
@ -182,6 +182,20 @@ return
|
|||
hotkeyLock := 0
|
||||
return
|
||||
|
||||
;;Spanish double angle quotation mark
|
||||
<!sc01C::
|
||||
sendCheckCapsLock("U+00AB", "U+00BB")
|
||||
hotkeyLock := 1
|
||||
KeyWait, LAlt
|
||||
hotkeyLock := 0
|
||||
return
|
||||
<!+sc01C::
|
||||
sendCheckCapsLock("U+00BB", "U+00AB")
|
||||
hotkeyLock := 1
|
||||
KeyWait, LAlt
|
||||
hotkeyLock := 0
|
||||
return
|
||||
|
||||
#if
|
||||
|
||||
#if hotkeyLock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue