Skip to content

Commit

Permalink
example-rcfile: very minor documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
frobware committed Dec 7, 2014
1 parent 684e856 commit 1c58ad4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example-rcfile.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ global_excludes = Set{ "shift-cmd-tab",
"cmd-tab" }

-- The set of apps we want to consider swapping keys for, with some
-- notable exclusions. The exclusion means that a "cmd-w" will do the
-- notable exclusions. The exclusion means that a "cmd-c" will do the
-- normal OS Terminal behaviour. If you omit items then you would
-- have to use "alt-w" to close a terminal window.
-- have to use "alt-c" to close a terminal window.

apps = {
Terminal = { exclude = Set{ "shift-cmd-[",
Expand Down Expand Up @@ -63,7 +63,7 @@ end
-- keycode numeric virtual keycode (e.g., 48)
-- appname the frontmost application (e.g., Terminal)
--
-- The order of the modifier keys in key-str-eq is always:
-- The order of the modifier keys in key_str_eq is always:
-- shift control alt cmd fn, separated by a hyphen ("-").

function swap_keys(t)
Expand Down

0 comments on commit 1c58ad4

Please sign in to comment.