Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:redwil:branches:home:sbradnick
surf
notifications-config.def.h.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File notifications-config.def.h.diff of Package surf
--- config.def.h.smb 2024-01-24 17:21:13.355737662 -0500 +++ config.def.h 2024-01-24 17:26:50.942126573 -0500 @@ -36,6 +36,7 @@ [KioskMode] = { { .i = 0 }, }, [LoadImages] = { { .i = 1 }, }, [MediaManualPlay] = { { .i = 1 }, }, + [Notifications] = { { .i = 0 }, }, [PreferredLanguages] = { { .v = (char *[]){ NULL } }, }, [RunInFullscreen] = { { .i = 0 }, }, [ScrollBars] = { { .i = 1 }, }, @@ -152,12 +153,16 @@ { MODKEY, GDK_KEY_i, scrollh, { .i = +10 } }, { MODKEY, GDK_KEY_u, scrollh, { .i = -10 } }, - + /* These conflict with tabbed { MODKEY|GDK_SHIFT_MASK, GDK_KEY_j, zoom, { .i = -1 } }, { MODKEY|GDK_SHIFT_MASK, GDK_KEY_k, zoom, { .i = +1 } }, { MODKEY|GDK_SHIFT_MASK, GDK_KEY_q, zoom, { .i = 0 } }, { MODKEY, GDK_KEY_minus, zoom, { .i = -1 } }, { MODKEY, GDK_KEY_plus, zoom, { .i = +1 } }, + */ + { 0, GDK_KEY_F8, zoom, { .i = -1 } }, + { 0, GDK_KEY_F9, zoom, { .i = +1 } }, + { 0, GDK_KEY_F10, zoom, { .i = 0 } }, { MODKEY, GDK_KEY_p, clipboard, { .i = 1 } }, { MODKEY, GDK_KEY_y, clipboard, { .i = 0 } }, @@ -180,6 +185,7 @@ { MODKEY|GDK_SHIFT_MASK, GDK_KEY_b, toggle, { .i = ScrollBars } }, { MODKEY|GDK_SHIFT_MASK, GDK_KEY_t, toggle, { .i = StrictTLS } }, { MODKEY|GDK_SHIFT_MASK, GDK_KEY_m, toggle, { .i = Style } }, + { MODKEY|GDK_SHIFT_MASK, GDK_KEY_l, toggle, { .i = Notifications } }, { MODKEY|GDK_SHIFT_MASK, GDK_KEY_d, toggle, { .i = DarkMode } }, };
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor