Skip to content

Commit

Permalink
Change Keymodifiyer of Ubuntu to <Alt>
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean28518 committed Apr 22, 2024
1 parent 009f745 commit 75aeed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/services/linux.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2076,6 +2076,7 @@ class Linux {
switch (currentenvironment.distribution) {
case DISTROS.POPOS:
case DISTROS.ZORINOS:
case DISTROS.UBUNTU:
return "<Alt>";
default:
return "<Super/Windows> ";
Expand Down

0 comments on commit 75aeed6

Please sign in to comment.