On 3.0 if you disabled the Navigation Bar, all the keyboard shortcuts seemed to be disabled as well.
On 3.1 it seems all the keyboard shortcuts work when the Navigation Bar is disabled.
[Mostly Solved] Keyboard Shortcuts with Nav. Bar disabled
-
- Ronin
- Posts: 3
- Joined: 05 Jun 2014, 23:06
- Distribution: Kiosk
- Location: United States
[Mostly Solved] Keyboard Shortcuts with Nav. Bar disabled
Last edited by JeremyAtDT on 09 Jun 2014, 15:45, edited 2 times in total.
- fanthom
- Moderator Team
- Posts: 5588
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Keyboard Shortcuts with Navigation Bar disabled
hi Jeremy,
just checked and seems to be ok. here is he list of shortcuts being disabled when navigation bar is removed:
maybe i missed something? please tell me which key combinations still work for you.
thanks
just checked and seems to be ok. here is he list of shortcuts being disabled when navigation bar is removed:
Code: Select all
F6 A-F6 C-F6 S-F6 A-d C-j C-k C-l C-t
thanks
Please add [Solved] to your thread title if the solution was found.
-
- Ronin
- Posts: 3
- Joined: 05 Jun 2014, 23:06
- Distribution: Kiosk
- Location: United States
Re: Keyboard Shortcuts with Navigation Bar disabled
Maybe I used the wrong term?
The navigation buttons <alt> Left, <alt> Right, Backspace, ... don't seem to work on 3.0 if the navigation bar is disabled (which is perfect!).
In 3.1 they do work.
If this is intended, can you recommend a way to disable them?
The navigation buttons <alt> Left, <alt> Right, Backspace, ... don't seem to work on 3.0 if the navigation bar is disabled (which is perfect!).
In 3.1 they do work.
If this is intended, can you recommend a way to disable them?
- fanthom
- Moderator Team
- Posts: 5588
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Keyboard Shortcuts with Navigation Bar disabled
The navigation buttons <alt> Left, <alt> Right, Backspace, ... don't seem to work on 3.0 if the navigation bar is disabled (which is perfect!).
In 3.1 they do work.
these were never disabled. just checked and they seems to work in both (3.0 and 3.1) versions - please double check.
nobody complaint so far about this behavior so i'll leave it as is. in some cases back/forth navigation may be demanded.
can you recommend a way to disable them?
please remaster your kiosk ISO as per this doc:
http://porteus-kiosk.org/kiosk-customization.html
you have to edit 003-settings.xzm/etc/xdg/openbox/rc.xml and add your key shortcuts to at the beginning of this line:
so it will look like:
under this link you can find how to recognize key symbols supported by openbox:
http://openbox.org/wiki/Help:Bindings#Keys
good luck!
In 3.1 they do work.
these were never disabled. just checked and they seems to work in both (3.0 and 3.1) versions - please double check.
nobody complaint so far about this behavior so i'll leave it as is. in some cases back/forth navigation may be demanded.
can you recommend a way to disable them?
please remaster your kiosk ISO as per this doc:
http://porteus-kiosk.org/kiosk-customization.html
you have to edit 003-settings.xzm/etc/xdg/openbox/rc.xml and add your key shortcuts to at the beginning of this line:
Code: Select all
<keybind key="C-h Menu F7 A-F4 C-F4 C-w C-S-w A-f A-e A-v A-s A-b A-t A-h C-n C-S-p C-o C-s C-q C-b C-h F11 C-H-h C-S-Delete C-S-o C-d C-S-y C-S-a C-S-k C-S-i C-S-s S-F7 S-F5 C-S-q S-F2 C-S-j C-S-m S-F4 C-u C-i">
Code: Select all
<keybind key="you_key1 your_key2 your_key3 C-h Menu F7 A-F4 C-F4 C-w C-S-w A-f A-e A-v A-s A-b A-t A-h C-n C-S-p C-o C-s C-q C-b C-h F11 C-H-h C-S-Delete C-S-o C-d C-S-y C-S-a C-S-k C-S-i C-S-s S-F7 S-F5 C-S-q S-F2 C-S-j C-S-m S-F4 C-u C-i">
http://openbox.org/wiki/Help:Bindings#Keys
good luck!
Please add [Solved] to your thread title if the solution was found.
-
- Ronin
- Posts: 3
- Joined: 05 Jun 2014, 23:06
- Distribution: Kiosk
- Location: United States
Re: Keyboard Shortcuts with Navigation Bar disabled
First off, Thank you.
and added the keys "A-Left A-Right A-Home BackSpace" and they stopped working.
They only issue I have now is that BackSpace is now disabled in text entry. Maybe I can find something in the openbox documentation.
Odd. I am pretty sure, but I guess it isn't much of a bug then. =)these were never disabled. just checked and they seems to work in both (3.0 and 3.1) versions - please double check.
This worked exactly as indicated. Found the line underyou have to edit 003-settings.xzm/etc/xdg/openbox/rc.xml and add your key shortcuts to at the beginning of this line
Code: Select all
<!-- Disable following keybindings for firefox -->
They only issue I have now is that BackSpace is now disabled in text entry. Maybe I can find something in the openbox documentation.