Default keyboard shortcuts for Ghostty terminal emulator. Platform-specific differences are noted where applicable.
| Action | Windows/Linux | macOS |
|---|---|---|
| New window | Ctrl+Shift+N | Cmd+N |
| Close window | Alt+F4 | Cmd+Shift+W |
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| import urllib2 | |
| import json | |
| import sys | |
| countrydict = { | |
| 'AE': 'United Arab Emirates', | |
| 'AG': 'Antigua and Barbuda', |
| var textField = Titanium.UI.createTextField({ | |
| borderStyle: Titanium.UI.INPUT_BORDERSTYLE_ROUNDED, | |
| top: 20, | |
| right: 50, | |
| width: 90, | |
| height: 20, | |
| touchEnabled: false | |
| }); | |
| textField.addEventListener('singletap', function(){ |