Compare commits

..

1 Commits

Author SHA1 Message Date
Daniel Lorch b445de8ad8
Merge 48240eebe0 into d79f359c43 2025-05-08 20:27:06 +02:00
9 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
import { KeyCombo } from "../keyboardLayouts"
export const name = "Čeština";
export const name = "Czech";
const keyTrema = { key: "Backslash" } // tréma (umlaut), two dots placed above a vowel
const keyAcute = { key: "Equal" } // accent aigu (acute accent), mark ´ placed above the letter

View File

@ -1,6 +1,6 @@
import { KeyCombo } from "../keyboardLayouts"
export const name = "Schwiizerdütsch";
export const name = "Swiss German";
const keyTrema = { key: "BracketRight" } // tréma (umlaut), two dots placed above a vowel
const keyAcute = { key: "Minus", altRight: true } // accent aigu (acute accent), mark ´ placed above the letter

View File

@ -1,6 +1,6 @@
import { KeyCombo } from "../keyboardLayouts"
export const name = "Deutsch";
export const name = "German";
const keyAcute = { key: "Equal" } // accent aigu (acute accent), mark ´ placed above the letter
const keyHat = { key: "Backquote" } // accent circonflexe (accent hat), mark ^ placed above the letter

View File

@ -1,6 +1,6 @@
import { KeyCombo } from "../keyboardLayouts"
export const name = "Español";
export const name = "Spanish";
const keyTrema = { key: "Quote", shift: true } // tréma (umlaut), two dots placed above a vowel
const keyAcute = { key: "Quote" } // accent aigu (acute accent), mark ´ placed above the letter

View File

@ -1,7 +1,7 @@
import { KeyCombo } from "../keyboardLayouts"
import { chars as chars_de_CH } from "./de_CH"
export const name = "Français de Suisse";
export const name = "Swiss French";
export const chars = {
...chars_de_CH,

View File

@ -1,6 +1,6 @@
import { KeyCombo } from "../keyboardLayouts"
export const name = "Français";
export const name = "French";
const keyTrema = { key: "BracketLeft", shift: true } // tréma (umlaut), two dots placed above a vowel
const keyHat = { key: "BracketLeft" } // accent circonflexe (accent hat), mark ^ placed above the letter

View File

@ -1,6 +1,6 @@
import { KeyCombo } from "../keyboardLayouts"
export const name = "Italiano";
export const name = "Italian";
export const chars = {
A: { key: "KeyA", shift: true },

View File

@ -1,6 +1,6 @@
import { KeyCombo } from "../keyboardLayouts"
export const name = "Norsk bokmål";
export const name = "Norwegian";
const keyTrema = { key: "BracketRight" } // tréma (umlaut), two dots placed above a vowel
const keyAcute = { key: "Equal", altRight: true } // accent aigu (acute accent), mark ´ placed above the letter

View File

@ -1,6 +1,6 @@
import { KeyCombo } from "../keyboardLayouts"
export const name = "Svenska";
export const name = "Swedish";
const keyTrema = { key: "BracketRight" } // tréma (umlaut), two dots placed above a vowel
const keyAcute = { key: "Equal" } // accent aigu (acute accent), mark ´ placed above the letter