first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
tags:
|
||||
- nixos
|
||||
---
|
||||
|
||||
|
||||
----
|
||||
[High-speed 10Gbps full-mesh network based on USB4 for just $47.98 – Fang-Pen's coding note](https://fangpenlin.com/posts/2024/01/14/high-speed-usb4-mesh-network/ )
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
tags:
|
||||
- nixos
|
||||
---
|
||||
|
||||
|
||||
----
|
||||
[High-speed 10Gbps full-mesh network based on USB4 for just $47.98 – Fang-Pen's coding note](https://fangpenlin.com/posts/2024/01/14/high-speed-usb4-mesh-network/ )
|
||||
@@ -0,0 +1,19 @@
|
||||
---
|
||||
tags:
|
||||
- windows
|
||||
---
|
||||
|
||||
|
||||
Including link: https://superuser.com/ \"The settings of the Windows 10 touch keyboard are found under the registry key HKEY_CURRENT_USER\SOFTWARE\Microsoft\TabletTip\1.7.
|
||||
|
||||
Value EnableCompatibilityKeyboard is 1 for enabling switching to the full layout.
|
||||
Value KeyboardLayoutPreference controls the default opened layout, your value might be 1.
|
||||
|
||||
Value DisableNewKeyboardExperience is 1 for the old keyboard style.
|
||||
|
||||
Value UserKeyboardScalingFactor is the touch keyboard size, a number between 20 (smaller) to 200 (larger).
|
||||
|
||||
All the values are of type DWORD 32.
|
||||
|
||||
The first point might be what you are looking for, but the others may also be useful.\"
|
||||
https://superuser.com/questions/1787479/how-to-enable-full-touch-keyboard-layout-on-windows-10-touch-screen-machine#:~:text=The%20settings%20of,also%20be%20useful.
|
||||
@@ -0,0 +1,19 @@
|
||||
---
|
||||
tags:
|
||||
- windows
|
||||
---
|
||||
|
||||
|
||||
Including link: https://superuser.com/ \"The settings of the Windows 10 touch keyboard are found under the registry key HKEY_CURRENT_USER\SOFTWARE\Microsoft\TabletTip\1.7.
|
||||
|
||||
Value EnableCompatibilityKeyboard is 1 for enabling switching to the full layout.
|
||||
Value KeyboardLayoutPreference controls the default opened layout, your value might be 1.
|
||||
|
||||
Value DisableNewKeyboardExperience is 1 for the old keyboard style.
|
||||
|
||||
Value UserKeyboardScalingFactor is the touch keyboard size, a number between 20 (smaller) to 200 (larger).
|
||||
|
||||
All the values are of type DWORD 32.
|
||||
|
||||
The first point might be what you are looking for, but the others may also be useful.\"
|
||||
https://superuser.com/questions/1787479/how-to-enable-full-touch-keyboard-layout-on-windows-10-touch-screen-machine#:~:text=The%20settings%20of,also%20be%20useful.
|
||||
@@ -0,0 +1,19 @@
|
||||
---
|
||||
tags:
|
||||
- windows
|
||||
---
|
||||
|
||||
|
||||
Including link: https://superuser.com/ \"The settings of the Windows 10 touch keyboard are found under the registry key HKEY_CURRENT_USER\SOFTWARE\Microsoft\TabletTip\1.7.
|
||||
|
||||
Value EnableCompatibilityKeyboard is 1 for enabling switching to the full layout.
|
||||
Value KeyboardLayoutPreference controls the default opened layout, your value might be 1.
|
||||
|
||||
Value DisableNewKeyboardExperience is 1 for the old keyboard style.
|
||||
|
||||
Value UserKeyboardScalingFactor is the touch keyboard size, a number between 20 (smaller) to 200 (larger).
|
||||
|
||||
All the values are of type DWORD 32.
|
||||
|
||||
The first point might be what you are looking for, but the others may also be useful.\"
|
||||
https://superuser.com/questions/1787479/how-to-enable-full-touch-keyboard-layout-on-windows-10-touch-screen-machine#:~:text=The%20settings%20of,also%20be%20useful.
|
||||
@@ -0,0 +1,17 @@
|
||||
---
|
||||
tags:
|
||||
- nixos
|
||||
---
|
||||
```bash
|
||||
nix-shell -E '
|
||||
let
|
||||
pkgsA = (import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/141439f6f11537ee349a58aaf97a5a5fc072365c.tar.gz) {});
|
||||
pkgsB = (import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/7d7622909a38a46415dd146ec046fdc0f3309f44.tar.gz) {});
|
||||
in
|
||||
pkgsA.mkShell {
|
||||
buildInputs = [
|
||||
pkgsA.ktlint
|
||||
pkgsB.jq
|
||||
];
|
||||
}'
|
||||
```
|
||||
Reference in New Issue
Block a user