Skip to content

Commit

Permalink
[scribe-org#371] Handle indent buton
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-rivet committed Oct 20, 2023
1 parent f56b4df commit 6e96511
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Keyboards/KeyboardsBase/KeyboardViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2496,6 +2496,9 @@ class KeyboardViewController: UIInputViewController {
changeKeyboardToLetterKeys()
autoCapAtStartOfProxy()

case "indent":
proxy.insertText("\t")

case "selectKeyboard":
advanceToNextInputMode()

Expand Down

0 comments on commit 6e96511

Please sign in to comment.