# `GSFont.keyboardIncrementHuge`

*Instance Property*

Largest keyboard movement step in font units.

## Declaration

```swift
var keyboardIncrementHuge: CGFloat { get set }
```

```objc
@property (nonatomic, assign) CGFloat keyboardIncrementHuge;
```

[See also `keyboardIncrementHuge` in the Python API](https://docu.glyphsapp.com/#GSFont.keyboardIncrementHuge)

```python
pyobjc_instanceMethods.keyboardIncrementHuge() -> float
pyobjc_instanceMethods.setKeyboardIncrementHuge_(keyboardIncrementHuge: float)
```

## See Also

### Editing Settings

- [`GSFont.keyboardIncrement`](/Core/GlyphsCore/GSFont/keyboardIncrement) — Small keyboard movement step in font units.
- [`GSFont.keyboardIncrementBig`](/Core/GlyphsCore/GSFont/keyboardIncrementBig) — Larger keyboard movement step in font units.
- [`GSFont.snapToObjects`](/Core/GlyphsCore/GSFont/snapToObjects) — A Boolean value that controls whether editing operations snap to nearby objects.
- [`GSFont.previewRemoveOverlap`](/Core/GlyphsCore/GSFont/previewRemoveOverlap) — A Boolean value that controls whether preview drawing removes overlaps.
- [`GSFont.displayStrings`](/Core/GlyphsCore/GSFont/displayStrings) — Text strings stored for edit tabs.

