Skip to content

Commit

Permalink
tutorial: Review modifier remap section.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Sep 11, 2024
1 parent 51c7a0b commit 2586380
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/tutorial.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Multiple key presses can be chained: in 'C-x C-s', you would have to press
(:li (:code "super") " (" (:code "S") "): Windows key, Command key")
(:li (:code "meta") " (" (:code "M") "): Alt key, Option key")
(:li (:code "shift") " (" (:code "s") "): Shift key"))
(:p "Modifiers can be remapped, see the " (:code "modifier-translator")
" slot of the " (:code "gtk-browser") " class."))
(:p "Modifiers can be remapped, see slot " (:code "modifier-plist") "."))

(:nsection :title "Quickstart keys"
(:ul
Expand Down

0 comments on commit 2586380

Please sign in to comment.