Skip to content

Commit b7a0310

Browse files
committed
feat: more keymap
1 parent 2addd27 commit b7a0310

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CLI-Basic.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ function Invoke-KeyMouse {
7979
Start-Sleep -Seconds 1
8080
Set-LocationWhere mousemaster
8181
sudo run mousemaster &
82-
Set-LocationWhere kanata
83-
sudo run kanata -p 127.0.0.1:4039
82+
sudo run D:\ProgramDataD\MiscLang\07.02-Rust\nightly\kanata\target\release\kanata.exe -p 127.0.0.1:4039
83+
# sudo run kanata -p 127.0.0.1:4039
8484
# sudo run kanata &
8585
}
8686
Pop-Location

quickPwshUtils.psm1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ function Restart-Job {
153153
}
154154
}
155155

156-
157156
# INFO: for OSC 8
158157
function Format-Hyperlink($text, $url) {
159158
$esc = [char]27

0 commit comments

Comments
 (0)