From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: National keyboard layout for Polish Date: Wed, 17 Apr 2019 23:08:45 +0200 Message-ID: <87r2a0731e.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:57593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hGrnS-0007lg-UT for help-guix@gnu.org; Wed, 17 Apr 2019 17:08:47 -0400 In-Reply-To: (Adam Mazurkiewicz's message of "Sat, 13 Apr 2019 00:05:34 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Adam Mazurkiewicz Cc: help-guix@gnu.org Hello, Adam Mazurkiewicz skribis: > How to set Polish keyboard layout to get Polish special letters? > https://dailyweb.pl/wp-content/uploads/2016/11/zazolc.png > They should be available in Gedit, Web browser address bar, etc. I > have Xfce Desktop Environment. With the new keyboard layout mechanism, I believe you could get it with: (keyboard-layout "pl") Try running: info "(guix) Keyboard Layout" to read on how to use it. HTH! Ludo=E2=80=99.