__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
// EXTRAS:
//
// BQN Keyboard Layouts
//
// Authors: Marshall Lochbaum <mwlochbaum@gmail.com>
// dzaima <dzaimagit@gmail.com>
// Editors: B. Wilson <iequeikalo@wilsonb.com>
// Symbols: https://mlochbaum.github.io/BQN/help/index.html
// ┌────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬─────────┐
// │ ¬ │ ⎉ │ ⚇ │ ⍟ │ ◶ │ ⊘ │ ⎊ │ ⍎ │ ⍕ │ ⟨ │ ⟩ │ √ │ ⋆ │ │
// │ ˜ │ ˘ │ ¨ │ ⁼ │ ⌜ │ ´ │ ˝ │ │ ∞ │ ¯ │ • │ ÷ │ × │ │
// ├────┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬──────┤
// │ │ ↙ │ 𝕎 │ ⍷ │ 𝕣 │ ⍋ │ │ │ ⊑ │ ⊒ │ ⍳ │ ⊣ │ ⊢ │ │
// │ │ ⌽ │ 𝕨 │ ∊ │ ↑ │ ∧ │ │ ⊔ │ ⊏ │ ⊐ │ π │ ← │ → │ │
// ├───────┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴┬───┴──────┤
// │ │ ↖ │ 𝕊 │ │ 𝔽 │ 𝔾 │ « │ │ ⌾ │ » │ · │ ˙ │ │
// │ │ ⍉ │ 𝕤 │ ↕ │ 𝕗 │ 𝕘 │ ⊸ │ ∘ │ ○ │ ⟜ │ ⋄ │ ↩ │ │
// ├────────┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──┬─┴──────────┤
// │ │ ⋈ │ 𝕏 │ │ ⍒ │ ⌈ │ │ ≢ │ ≤ │ ≥ │ ⇐ │ │
// │ │ ⥊ │ 𝕩 │ ↓ │ ∨ │ ⌊ │ │ ≡ │ ∾ │ ≍ │ ≠ │ │
// ├───────────┼────┼────┼────┼────┴────┴────┴────┼────┼────┼────┼────────────┤
// │ │ │ │ │ │ │ │ │ │
// │ │ │ │ │ ‿ │ │ │ │ │
// └───────────┴────┴────┴────┴───────────────────┴────┴────┴────┴────────────┘
//
// This layout is intended to be used as an overlay on top of a base layout.
default partial alphanumeric_keys
xkb_symbols "bqn" {
name[Group1]= "BQN";
key <SPCE> { [ U0203F ] }; // space ‿
key <TLDE> { [ U002DC, U000AC ] }; // `˜¬
key <AE01> { [ U002D8, U02389 ] }; // 1˘⎉
key <AE02> { [ U000A8, U02687 ] }; // 2¨⚇
key <AE03> { [ U0207C, U0235F ] }; // 3⁼⍟
key <AE04> { [ U0231C, U025F6 ] }; // 4⌜
key <AE05> { [ U000B4, U02298 ] }; // 5´⊘
key <AE06> { [ U002DD, U0238A ] }; // 6˝⎊
key <AE07> { [ U000AF, U0234E ] }; // 7 ⍎
key <AE08> { [ U0221E, U02355 ] }; // 8∞⍕
key <AE09> { [ U000AF, U027E8 ] }; // 9¯⟨
key <AE10> { [ U02022, U027E9 ] }; // 0•⟩
key <AE11> { [ U000F7, U0221A ] }; // -÷√
key <AE12> { [ U000D7, U022C6 ] }; // =×⋆
key <AD01> { [ U0233D, U02199 ] }; // Q⌽↙
key <AD02> { [ U1D568, U1D54E ] }; // W𝕨𝕎
key <AD03> { [ U0220A, U02377 ] }; // E∊⍷
key <AD04> { [ U02191, U1D563 ] }; // R↑𝕣
key <AD05> { [ U02227, U0234B ] }; // T∧⍋
key <AD06> { [ ] }; // Y
key <AD07> { [ U02294 ] }; // U⊔
key <AD08> { [ U0228F, U02291 ] }; // I⊏⊑
key <AD09> { [ U02290, U02292 ] }; // O⊐⊒
key <AD10> { [ U003C0, U02373 ] }; // Pπ⍳
key <AD11> { [ U02190, U022A3 ] }; // [←⊣
key <AD12> { [ U02192, U022A2 ] }; // ]→⊢
key <AC01> { [ U02349, U02196 ] }; // A⍉↖
key <AC02> { [ U1D564, U1D54A ] }; // S𝕤𝕊
key <AC03> { [ U02195 ] }; // D↕
key <AC04> { [ U1D557, U1D53D ] }; // F𝕗𝔽
key <AC05> { [ U1D558, U1D53E ] }; // G𝕘𝔾
key <AC06> { [ U022B8, U000AB ] }; // H⊸«
key <AC07> { [ U02218 ] }; // J∘
key <AC08> { [ U025CB, U0233E ] }; // K○⌾
key <AC09> { [ U027DC, U000BB ] }; // L⟜»
key <AC10> { [ U022C4, U000B7 ] }; // ;⋄·
key <AC11> { [ U021A9, U002D9 ] }; // '↩˙
key <AC12> { [ ] }; // /
key <AB01> { [ U0294A, U022C8 ] }; // Z⥊⋈
key <AB02> { [ U1D569, U1D54F ] }; // X𝕩𝕏
key <AB03> { [ U02193 ] }; // C↓
key <AB04> { [ U02228, U02352 ] }; // V∨⍒
key <AB05> { [ U0230A, U02308 ] }; // B⌊⌈
key <AB06> { [ ] }; // N
key <AB07> { [ U02261, U02262 ] }; // M≡≢
key <AB08> { [ U0223E, U02264 ] }; // ,∾≤
key <AB09> { [ U0224D, U02265 ] }; // .≍≥
key <AB10> { [ U02260, U021D0 ] }; // /≠⇐
};
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| digital_vndr | Folder | 0755 |
|
|
| fujitsu_vndr | Folder | 0755 |
|
|
| hp_vndr | Folder | 0755 |
|
|
| jolla_vndr | Folder | 0755 |
|
|
| macintosh_vndr | Folder | 0755 |
|
|
| nec_vndr | Folder | 0755 |
|
|
| nokia_vndr | Folder | 0755 |
|
|
| sgi_vndr | Folder | 0755 |
|
|
| sharp_vndr | Folder | 0755 |
|
|
| sony_vndr | Folder | 0755 |
|
|
| sun_vndr | Folder | 0755 |
|
|
| xfree68_vndr | Folder | 0755 |
|
|
| af | File | 21.75 KB | 0644 |
|
| al | File | 5.85 KB | 0644 |
|
| altwin | File | 3.58 KB | 0644 |
|
| am | File | 9.25 KB | 0644 |
|
| ancient | File | 8.27 KB | 0644 |
|
| apl | File | 50.95 KB | 0644 |
|
| ara | File | 35.2 KB | 0644 |
|
| at | File | 392 B | 0644 |
|
| au | File | 222 B | 0644 |
|
| az | File | 3.85 KB | 0644 |
|
| ba | File | 690 B | 0644 |
|
| bd | File | 3.25 KB | 0644 |
|
| be | File | 10.45 KB | 0644 |
|
| bg | File | 18.46 KB | 0644 |
|
| bqn | File | 5.18 KB | 0644 |
|
| br | File | 18.81 KB | 0644 |
|
| brai | File | 2.45 KB | 0644 |
|
| bt | File | 3.59 KB | 0644 |
|
| bw | File | 950 B | 0644 |
|
| by | File | 4.31 KB | 0644 |
|
| ca | File | 16.72 KB | 0644 |
|
| capslock | File | 2.19 KB | 0644 |
|
| cd | File | 3.88 KB | 0644 |
|
| ch | File | 6.64 KB | 0644 |
|
| cm | File | 27.29 KB | 0644 |
|
| cn | File | 36.52 KB | 0644 |
|
| compose | File | 2.43 KB | 0644 |
|
| ctrl | File | 3.85 KB | 0644 |
|
| cz | File | 22.97 KB | 0644 |
|
| de | File | 99.69 KB | 0644 |
|
| dk | File | 2.52 KB | 0644 |
|
| dz | File | 12.16 KB | 0644 |
|
| ee | File | 4.81 KB | 0644 |
|
| eg | File | 2.11 KB | 0644 |
|
| empty | File | 121 B | 0644 |
|
| epo | File | 7.47 KB | 0644 |
|
| es | File | 9.72 KB | 0644 |
|
| et | File | 2.27 KB | 0644 |
|
| eu | File | 4.9 KB | 0644 |
|
| eurosign | File | 629 B | 0644 |
|
| fi | File | 24.21 KB | 0644 |
|
| fo | File | 1.79 KB | 0644 |
|
| fr | File | 105.46 KB | 0644 |
|
| gb | File | 9.25 KB | 0644 |
|
| ge | File | 12.34 KB | 0644 |
|
| gh | File | 6.38 KB | 0644 |
|
| gn | File | 2.12 KB | 0644 |
|
| gr | File | 10.28 KB | 0644 |
|
| group | File | 9.66 KB | 0644 |
|
| hr | File | 2.66 KB | 0644 |
|
| hu | File | 23.64 KB | 0644 |
|
| id | File | 13.61 KB | 0644 |
|
| ie | File | 17.55 KB | 0644 |
|
| il | File | 15.74 KB | 0644 |
|
| in | File | 115.73 KB | 0644 |
|
| inet | File | 78.64 KB | 0644 |
|
| iq | File | 633 B | 0644 |
|
| ir | File | 11.51 KB | 0644 |
|
| is | File | 10.87 KB | 0644 |
|
| it | File | 16.58 KB | 0644 |
|
| jp | File | 7.23 KB | 0644 |
|
| ke | File | 4.41 KB | 0644 |
|
| keypad | File | 23.35 KB | 0644 |
|
| kg | File | 6.21 KB | 0644 |
|
| kh | File | 3.35 KB | 0644 |
|
| kpdl | File | 3.32 KB | 0644 |
|
| kr | File | 1.17 KB | 0644 |
|
| kz | File | 16.04 KB | 0644 |
|
| la | File | 4.71 KB | 0644 |
|
| latam | File | 9.83 KB | 0644 |
|
| latin | File | 14.4 KB | 0644 |
|
| level2 | File | 209 B | 0644 |
|
| level3 | File | 4.55 KB | 0644 |
|
| level5 | File | 4.1 KB | 0644 |
|
| lk | File | 7.64 KB | 0644 |
|
| lt | File | 20.02 KB | 0644 |
|
| lv | File | 20 KB | 0644 |
|
| ma | File | 12.46 KB | 0644 |
|
| md | File | 4.83 KB | 0644 |
|
| me | File | 1.67 KB | 0644 |
|
| mk | File | 3.04 KB | 0644 |
|
| ml | File | 2.03 KB | 0644 |
|
| mm | File | 16.85 KB | 0644 |
|
| mn | File | 4.21 KB | 0644 |
|
| mt | File | 5.54 KB | 0644 |
|
| mv | File | 2.49 KB | 0644 |
|
| my | File | 5.41 KB | 0644 |
|
| nbsp | File | 2.62 KB | 0644 |
|
| ng | File | 6.15 KB | 0644 |
|
| nl | File | 6.78 KB | 0644 |
|
| no | File | 12.14 KB | 0644 |
|
| np | File | 6.17 KB | 0644 |
|
| nz | File | 698 B | 0644 |
|
| olpc | File | 930 B | 0644 |
|
| parens | File | 389 B | 0644 |
|
| pc | File | 2.66 KB | 0644 |
|
| ph | File | 74.24 KB | 0644 |
|
| pk | File | 19.85 KB | 0644 |
|
| pl | File | 27.29 KB | 0644 |
|
| pt | File | 11.5 KB | 0644 |
|
| ro | File | 11.08 KB | 0644 |
|
| rs | File | 14.82 KB | 0644 |
|
| ru | File | 78.48 KB | 0644 |
|
| rupeesign | File | 131 B | 0644 |
|
| se | File | 15.74 KB | 0644 |
|
| shift | File | 2.07 KB | 0644 |
|
| si | File | 625 B | 0644 |
|
| sk | File | 6.56 KB | 0644 |
|
| sn | File | 2.18 KB | 0644 |
|
| srvr_ctrl | File | 1.76 KB | 0644 |
|
| sy | File | 4.67 KB | 0644 |
|
| terminate | File | 199 B | 0644 |
|
| tg | File | 3.66 KB | 0644 |
|
| th | File | 7.25 KB | 0644 |
|
| tj | File | 9.64 KB | 0644 |
|
| tm | File | 1.48 KB | 0644 |
|
| tr | File | 27.44 KB | 0644 |
|
| trans | File | 16.19 KB | 0644 |
|
| tw | File | 3.26 KB | 0644 |
|
| typo | File | 4.39 KB | 0644 |
|
| tz | File | 3.27 KB | 0644 |
|
| ua | File | 15.88 KB | 0644 |
|
| us | File | 115.29 KB | 0644 |
|
| uz | File | 3.1 KB | 0644 |
|
| vn | File | 6 KB | 0644 |
|
| za | File | 2.19 KB | 0644 |
|