Skip to content

Commit

Permalink
Delete mentions to self-insert.
Browse files Browse the repository at this point in the history
It has been deleted in e8c9500.
  • Loading branch information
aadcg committed Apr 17, 2024
1 parent c6dd36a commit 64c749d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion source/buffer.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ inherited from the superclasses.")
nil
:export nil
:type (or null keymaps:key)
:documentation "Last pressed key. Useful for `self-insert'.")
:documentation "Last pressed key.")
(profile
(global-profile)
:type nyxt-profile
Expand Down
1 change: 0 additions & 1 deletion source/renderer/gtk.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@ See `gtk-browser's `modifier-translator' slot."
(prog1
(match (gtk:gtk-entry-text (key-string-buffer window))
;; Special cases: these characters are not supported as is for keyspecs.
;; See `self-insert' for the reverse translation.
(" " "space")
("-" "hyphen")
(character character))
Expand Down

0 comments on commit 64c749d

Please sign in to comment.