Show current settings
setxkbmap -print -verbose 10
Change to abnt2 layout (need to be adjusted according to the keyboard model):
setxkbmap -model abnt2 -layout br -variant abnt2
<?php | |
class ExampleFactory | |
{ | |
/** | |
* @param DI $di | |
*/ | |
public function __invoke(DI $di) | |
{ | |
$dependency = $di->get(Dependency::class); |
Show current settings
setxkbmap -print -verbose 10
Change to abnt2 layout (need to be adjusted according to the keyboard model):
setxkbmap -model abnt2 -layout br -variant abnt2