diff --git a/data/themes/default/images/Makefile.am b/data/themes/default/images/Makefile.am index 0ab4f48..48ad18b 100644 --- a/data/themes/default/images/Makefile.am +++ b/data/themes/default/images/Makefile.am @@ -67,4 +67,5 @@ EXTRA_DIST = \ save.png \ lines.png \ setting.png \ - status.png + status.png \ + hotkey_inset_light.png diff --git a/data/themes/default/images/hotkey_inset_light.png b/data/themes/default/images/hotkey_inset_light.png new file mode 100644 index 0000000..ed4148e Binary files /dev/null and b/data/themes/default/images/hotkey_inset_light.png differ diff --git a/data/themes/default/layout.edc b/data/themes/default/layout.edc index fc4c2c3..e150f1a 100644 --- a/data/themes/default/layout.edc +++ b/data/themes/default/layout.edc @@ -4,6 +4,10 @@ styles { } } +images { + image: "hotkey_inset_light.png" COMP; +} + group { name: "viewer_layout"; parts { part { name: "prev_clipper"; @@ -293,6 +297,18 @@ group { name: "main_layout"; align: 0.5 1; } } + part { name: "hotkey_overlay"; + type: IMAGE; + scale: 1; + mouse_events: 0; + description { state: "default" 0.0; + rel1.to: "elm.swallow.hotkeys"; + rel2.to: "elm.swallow.hotkeys"; + image.normal: "hotkey_inset_light.png"; + image.border: 0 0 0 1; + image.border_scale: 1; + } + } part { name: "elm.swallow.panes"; type: SWALLOW; scale: 1;