-
List available keys
xmodmap -pk -
Find key numbers, for my computer it's:
112 Prior <-> 110 Home
117 Next <-> 115 End
- Try to change keys
List available keys xmodmap -pk
Find key numbers, for my computer it's:
112 Prior <-> 110 Home
117 Next <-> 115 End
| #HOWTO Run Sia host on Ubuntu server | |
| #Updated: 13 august, 2016 | |
| #Tested with Sia 1.0.2 and Ubuntu 16.04 | |
| #Update 13.08.2016: Changed from using supervisor to systemd | |
| # Create user `siad` | |
| adduser siad | |
| su siad |
| declare global { | |
| interface Window { | |
| ceneo_client_email: string; | |
| ceneo_order_id: string; | |
| ceneo_shop_product_ids: string; | |
| } | |
| } | |
| /** | |
| * API documented on url https://www.ceneo.pl/poradniki/Podrecznik-integracji-ZO-platformy |
| import { setLocale } from "yup"; | |
| setLocale({ | |
| mixed: { | |
| default: 'Hodnota v "${path}" je neplatná', | |
| required: 'Pole "${path}" je povinné', | |
| oneOf: "${path} musí obsahovat jednu z následujících hodnot: ${values}", | |
| notOneOf: | |
| "${path} nesmí obsahovat žádnou z následujících hodnot: ${values}", | |
| }, |
| /* | |
| This is almost copy of ra-ui-materialui/src/list/Filter.tsx | |
| Filters in array of props.searchSources are changed to ILIKE %value% | |
| */ | |
| import * as React from "react"; | |
| import { FC, ReactNode } from "react"; | |
| import { makeStyles } from "@material-ui/core/styles"; | |
| import { sanitizeListRestProps, useListContext } from "ra-core"; |
| export default { | |
| ra: { | |
| action: { | |
| delete: "Smazat", | |
| show: "Ukázat", | |
| list: "Seznam", | |
| save: "Uložit", | |
| create: "Vytvořit", | |
| edit: "Upravit", | |
| export: "Exportovat", |
| https://10gbps.io | |
| http://10hvezd.cz | |
| http://www.11studio.eu | |
| http://www.123neuwagen.eu | |
| https://www.123print.cz | |
| http://www.123ruceni.cz | |
| http://www.12lofts.cz | |
| http://www.17november1989.sk | |
| http://www.1bozp.cz | |
| http://1cornhill.com |
| version: '2' | |
| services: | |
| traefik: | |
| image: traefik:latest | |
| restart: always | |
| ports: | |
| - 80:80 | |
| - 443:443 |
| id | parent_id | name | |
|---|---|---|---|
| 1 | Hlavní město Praha | ||
| 2 | Jihočeský | ||
| 3 | Jihomoravský | ||
| 4 | Karlovarský | ||
| 5 | Královéhradecký | ||
| 6 | Liberecký | ||
| 7 | Moravskoslezský | ||
| 8 | Olomoucký | ||
| 9 | Pardubický |