Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BrowserApp ¶
type BrowserApp struct {
// contains filtered or unexported fields
}
BrowserApp represents the main browser application
func (*BrowserApp) Initialize ¶
func (app *BrowserApp) Initialize() error
Initialize sets up all browser components
type ShortcutHandler ¶
type ShortcutHandler struct {
// contains filtered or unexported fields
}
ShortcutHandler manages keyboard shortcuts for the browser
func NewShortcutHandler ¶
func NewShortcutHandler(webView *webkit.WebView, clipboardController *control.ClipboardController) *ShortcutHandler
NewShortcutHandler creates a new shortcut handler
func (*ShortcutHandler) RegisterShortcuts ¶
func (s *ShortcutHandler) RegisterShortcuts()
RegisterShortcuts registers all keyboard shortcuts
Click to show internal directories.
Click to hide internal directories.