Skip to content

Commit

Permalink
Change fore shortcut key from 'f' to 'o'.
Browse files Browse the repository at this point in the history
  • Loading branch information
behreajj committed Oct 21, 2024
1 parent b194408 commit b903ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a set of [Aseprite](https://www.aseprite.org/) dialogs that utilize [Okh

Aseprite is an "animated sprite editor & pixel art tool." Okhsl is a color representation developed by Bjorn Ottosson to create an alternative to HSL that is based on human perception. Those looking for an interactive online comparison between Okhsl, [HSLuv](https://www.hsluv.org/) and traditional HSL should refer to this [article](https://bottosson.github.io/misc/colorpicker/).

[sRGB](https://www.wikiwand.com/en/SRGB) (standard RGB) is the assumed color profile. The sprite's profile can be changed under `Sprite > Properties`. Aseprite's color management settings are under `Edit > Preferences`, in the `Color` section.
[sRGB](https://www.wikiwand.com/en/SRGB) (standard RGB) is the color profile assumed by this script. The sprite's profile can be changed under `Sprite > Properties`. Aseprite's color management settings are under `Edit > Preferences`, in the `Color` section.

_These scripts were tested with Aseprite version 1.3.9.2 ._

Expand Down
2 changes: 1 addition & 1 deletion ok_picker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ local defaults <const> = {
lgtDesatFac = 0.75,
shdDesatFac = 0.75,

foreKey = "&FORE",
foreKey = "F&ORE",
backKey = "&BACK",
sampleKey = "S&AMPLE",
gradientKey = "&GRADIENT",
Expand Down

0 comments on commit b903ea2

Please sign in to comment.