This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
macOS only comes with one keyboard layout for Lithuanian, and that layout is very subpar. It employs dead key mechanism for entering digits and other commonly used ASCII characters like !@#$%. | |
The default Lithuanian layout in both Windows and Linux moved away from the dead key approach decades ago, instead employing the “third level”, accessible via AltGr key. While macOS does not spot an AltGr key, it uses the Option key for pretty much the same function (entering less often used characters). | |
While this can be worked around by using custom XML-based keyboard layouts (I know of at least three freely distributed layouts which use Option instead of a dead key, while maintaining the rest of the base layout virtually unchanged), macOS no longer considers such layouts as equal to the factory ones. For example, it’s not possible for a user to use such layout as their only layout, nor is it possible to use it in the login screen when a Mac is booted from an off state. | |
This problem hits iOS and IPadOS users even w |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Klaviatūra „Ratisė“" | |
}, | |
[ | |
{ | |
"f": 5 | |
}, | |
"§\n+\n´\n`", | |
"¤\n!\n¡\n’", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "LEKP klaviatūra" | |
}, | |
[ | |
{ | |
"f": 5 | |
}, | |
"~\n`\n\n´", | |
"#\n/\n\n|", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "LST 1582 klaviatūra (sumažinta)" | |
}, | |
[ | |
{ | |
"f": 5 | |
}, | |
"~\n`\n\n´", | |
"1\n!\n\n@", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "IBM klaviatūra" | |
}, | |
[ | |
{ | |
"t": "#000000\n\n\n#737373", | |
"f": 5 | |
}, | |
"~\n`\n\n´", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
declare(strict_types=1); | |
namespace App\Security\Authenticator; | |
use App\Exception\UserAuthenticationException; | |
use App\Repository\CustomerRepository; | |
use Psr\Log\LoggerInterface; | |
use Sylius\Component\User\Model\UserInterface as SyliusUserInterface; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
"""Launchpad to github bug migration script. | |
There's a ton of code from Hydrazine copied here: | |
https://launchpad.net/hydrazine | |
Note: if subsequent runs of the script are failing due to cached credentials, | |
you can recursively remove `~/.cache/launchpadlib/` and `~/.cache/hydrazine/` | |
before re-running the script. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "LST 1092-89 klaviatūra" | |
}, | |
[ | |
{ | |
"f": 5 | |
}, | |
"+\n;", | |
"1\n!", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "LST 1205-92 klaviatūra" | |
}, | |
[ | |
{ | |
"f": 5 | |
}, | |
"~\n`", | |
"!\n1", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Skaitmenų eilės klaviatūra" | |
}, | |
[ | |
{ | |
"f": 5 | |
}, | |
"~\n`\n\n´", | |
"Ą\n\n!\n1", |
NewerOlder