mainm17n - Support: sr #108273, Polish keyboard

 
 

sr #108273: Polish keyboard

Submitter:  None
Submitted:  Tue 26 Mar 2013 12:15:08 AM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  1 - Wish Status:  None
Privacy:  Public Assigned to:  None
Originator Email:  -email is unavailable- Open/Closed:  Open
Operating System:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 26 Mar 2013 12:15:08 AM UTC, original submission:  

;; pl-kbd.mim -- Polish input method with Polish keyboard layout
;; Copyright (C) 2013  Piotr Talarczyk <don.piotr@yahoo.it>
;; This file is created by modifying cs-kbd.mim in the m17n database.

;; This file is part of the m17n contrib; a sub-part of the m17n
;; library.

;; The m17n library is free software; you can redistribute it and/or
;; modify it under the terms of the GNU Lesser General Public License
;; as published by the Free Software Foundation; either version 2.1 of
;; the License, or (at your option) any later version.

;; The m17n library is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
;; Lesser General Public License for more details.

;; You should have received a copy of the GNU Lesser General Public
;; License along with the m17n library; if not, write to the Free
;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.

;;; Input method for Polish simulating the standard Polish keyboard.

(input-method pl kbd)

(description
 "Polish input method simulating the standard Polish keyboard.")

(title "PL")

(map
 (map
  (A-A ?Ą)
  (A-a ?ą)
  (A-C ?Ć)
  (A-c ?ć)
  (A-E ?Ę)
  (A-e ?ę)
  (A-L ?Ł)
  (A-l ?ł)
  (A-N ?Ń)
  (A-n ?ń)
  (A-O ?Ó)
  (A-o ?ó)
  (A-S ?Ś)
  (A-s ?ś)
  (A-X ?Ź)
  (A-x ?ź)
  (A-Z ?Ż)
  (A-z ?ż)
))

(state
 (init
  (map)))

;; Local Variables:
;; coding: utf-8
;; mode: lisp
;; End:

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #27690:  pl-kbd.png added by None (869B - image/png)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-03-26 None Attached File- Added pl-kbd.png, #27690

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code