Skip to content

Commit

Permalink
Fixed right cmd mapping. Ref blinksh#1021
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed May 17, 2020
1 parent 53bb389 commit 4930160
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions KB/Native/Model/KeyCode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ enum KeyCode: String, Codable, CaseIterable, Identifiable {
.commandLeft: return 1
case .shiftRight,
.controlRight,
.optionRight: return 2
case .commandRight: return 0
.optionRight,
.commandRight: return 2
default: return 0
}
}
Expand Down
4 changes: 2 additions & 2 deletions Resources/hterm_all.min.js

Large diffs are not rendered by default.

0 comments on commit 4930160

Please sign in to comment.