# `GSFont.keyboardIncrementBig`

*Instance Property*

Larger keyboard movement step in font units.

## Declaration

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

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

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

```python
pyobjc_instanceMethods.keyboardIncrementBig() -> float
pyobjc_instanceMethods.setKeyboardIncrementBig_(keyboardIncrementBig: float)
```

## See Also

### Editing Settings

- [`GSFont.keyboardIncrement`](/Core/GlyphsCore/GSFont/keyboardIncrement) — Small keyboard movement step in font units.
- [`GSFont.keyboardIncrementHuge`](/Core/GlyphsCore/GSFont/keyboardIncrementHuge) — Largest 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.

