Thread: Key bindings
i've installed ubuntu on chromebook doesn't have pageup, pagedown, home , end keys, decided bind ctrl+up/down/left/right prior/next/home/end respectively. i've ran couple of bugs.
1. ctrl+[key] doesn't respond. must enter ctrl+[key]+[key] (tap twice) expected result.
2. prior , next nothing in text documents. in browser, switch between tabs. running xmacrorec on desktop tells me these pageup/pagedown keys.
here's guide i'm using: https://help.ubuntu.com/community/keyboardshortcuts
here .xbindkeysrc file:
any ideas on how resolve this?code:########################### # xbindkeys configuration # ########################### # # version: 0.1.3 # # if edit this, not forget uncomment lines change. # pound(#) symbol may used anywhere comments. # # list of keys in /usr/include/x11/keysym.h , in # /usr/include/x11/keysymdef.h # xk_ not needed. # # list of modifier (on keyboard): # control, shift, mod1 (alt), mod2 (numlock), # mod3 (capslock), mod4, mod5 (scroll). # # way specifie key use 'xev' , set # keycode c:nnn or modifier m:nnn nnn # keycode or state returned xev # # file created xbindkey_config # structure : # # remark # "command" # m:xxx + c:xxx # shift+... #keystate_numlock = enable #keystate_scrolllock = enable #keystate_capslock = enable "xbindkeys_show" control+shift + q "xmacroplay-keys :0.0 keystr prior" m:0x4 + c:111 "xmacroplay-keys :0.0 keystr next" m:0x4 + c:116 "xmacroplay-keys :0.0 keystr home" m:0x4 + c:113 "xmacroplay-keys :0.0 keystr end" m:0x4 + c:114 # # end of xbindkeys configuration
thanks.
looks home , end events don't they're expected either. work fine in browser, in gedit, move cursor beginning , end of document, opposed beginning , end of line.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] Key bindings
Ubuntu
Comments
Post a Comment