Skip to content

Commit

Permalink
reorder, remove comment, fix macos test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroo authored Dec 10, 2023
1 parent 5e2f4bf commit e253c97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
os: ubuntu-latest
target: x86_64-unknown-linux-musl

- build: macos
os: macos-latest
target: x86_64-apple-darwin

- build: windows
os: windows-latest
target: x86_64-pc-windows-msvc

- build: macos
os: macos-latest
target: x86_64-apple-darwin

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 4 additions & 0 deletions cfg_samples/kanata.kbd
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,10 @@ If you need help, please feel welcome to ask in the GitHub discussions.
ì 13
)

(deflocalkeys-macos
ì 13
)

;; Only one defsrc is allowed.
;;
;; defsrc defines the keys that will be intercepted by kanata. The order of the
Expand Down

0 comments on commit e253c97

Please sign in to comment.