Skip to content

Commit

Permalink
renamed osx to macos
Browse files Browse the repository at this point in the history
  • Loading branch information
dkandalov committed Dec 1, 2024
1 parent 6cc3703 commit 14267cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ijkl/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Main : AppLifecycleListener {
val application = ApplicationManager.getApplication()
NotificationsConfiguration.getNotificationsConfiguration().register(groupDisplayId, STICKY_BALLOON, true)

installOsxKeyLayout(
installMacosKeyLayout(
bundleName = "ijkl-keys.bundle",
systemPathToBundle = "/Library/Keyboard Layouts/ijkl-keys.bundle",
userPathToBundle = "${System.getProperty("user.home")}/Library/Keyboard Layouts/ijkl-keys.bundle",
Expand Down
2 changes: 1 addition & 1 deletion src/ijkl/osx-key-layout-installer.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import com.intellij.openapi.util.SystemInfo
import com.intellij.openapi.util.io.FileUtil
import java.io.*

fun installOsxKeyLayout(
fun installMacosKeyLayout(
bundleName: String,
systemPathToBundle: String,
userPathToBundle: String,
Expand Down
2 changes: 1 addition & 1 deletion test/ijkl/Tests.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ReadShortcutsTests {
)
}

@Test fun `osx keymap xml`() {
@Test fun `macos keymap xml`() {
resourceInputStream("ijkl-macos-keymap.xml").readShortcutsData().validate(
amountOfActions = 48,
amountOfShortcuts = 49
Expand Down

0 comments on commit 14267cc

Please sign in to comment.