Skip to content

Commit c7c7cb7

Browse files
committed
Updates top left azerty key to be ²
1 parent 587cf0d commit c7c7cb7

22 files changed

+25
-19
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.0.1
2+
- Fix: Key name for top left azerty key changed from 2 to ²
3+
In tkinter and pygame I do not know its key code value because I have a qwerty keyboard
4+
Any my virtual azerty mapping layout lacks this ² key
5+
16
# 2.0.0
27
- Breaking: KeyboardLayout layout_name input type changed from str to LayoutName enum
38
- Fixed typo in readme code sample

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: bcac0a9de7c8fb8335ea30ea2ec837e6
3+
config: ae0a29b255876ab4f73b64b7189f671f
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/.doctrees/environment.pickle

-152 Bytes
Binary file not shown.

docs/.doctrees/index.doctree

0 Bytes
Binary file not shown.
-2.9 KB
Binary file not shown.

docs/_modules/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Overview: module code &#8212; keyboardlayout 2.0.0 documentation</title>
8+
<title>Overview: module code &#8212; keyboardlayout 2.0.1 documentation</title>
99
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1010
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
1111
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>

docs/_modules/keyboardlayout/common.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>keyboardlayout.common &#8212; keyboardlayout 2.0.0 documentation</title>
8+
<title>keyboardlayout.common &#8212; keyboardlayout 2.0.1 documentation</title>
99
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1010
<link rel="stylesheet" href="../../_static/alabaster.css" type="text/css" />
1111
<script id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>

docs/_modules/keyboardlayout/layouts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>keyboardlayout.layouts &#8212; keyboardlayout 2.0.0 documentation</title>
8+
<title>keyboardlayout.layouts &#8212; keyboardlayout 2.0.1 documentation</title>
99
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1010
<link rel="stylesheet" href="../../_static/alabaster.css" type="text/css" />
1111
<script id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>

docs/_modules/keyboardlayout/pygame/keyboardlayout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>keyboardlayout.pygame.keyboardlayout &#8212; keyboardlayout 2.0.0 documentation</title>
8+
<title>keyboardlayout.pygame.keyboardlayout &#8212; keyboardlayout 2.0.1 documentation</title>
99
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
1010
<link rel="stylesheet" href="../../../_static/alabaster.css" type="text/css" />
1111
<script id="documentation_options" data-url_root="../../../" src="../../../_static/documentation_options.js"></script>

docs/_modules/keyboardlayout/tkinter/keyboardlayout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>keyboardlayout.tkinter.keyboardlayout &#8212; keyboardlayout 2.0.0 documentation</title>
8+
<title>keyboardlayout.tkinter.keyboardlayout &#8212; keyboardlayout 2.0.1 documentation</title>
99
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
1010
<link rel="stylesheet" href="../../../_static/alabaster.css" type="text/css" />
1111
<script id="documentation_options" data-url_root="../../../" src="../../../_static/documentation_options.js"></script>

0 commit comments

Comments
 (0)