This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data:application/json,{"configversion":"1.1","ignoremaps":{"<S-Insert>":"mode normal","<CA-Escape>":"mode normal","<CA-`>":"mode normal","<S-Escape>":"mode normal","I":"mode normal"},"inputmaps":{"<Escape>":"composite unfocus | mode normal","<C-[>":"composite unfocus | mode normal","<C-i>":"editor","<Tab>":"focusinput -n","<S-Tab>":"focusinput -N","<CA-Escape>":"mode normal","<CA-`>":"mode normal","<C-^>":"buffer %23"},"imaps":{"<Escape>":"composite unfocus | mode normal","<C-[>":"composite unfocus | mode normal","<C-i>":"editor","<CA-Escape>":"mode normal","<CA-`>":"mode normal","<C-6>":"buffer %23","<C-^>":"buffer %23","<S-Escape>":"mode ignore"},"nmaps":{"<A-p>":"pin","<A-m>":"mute toggle","<F1>":"help","o":"fillcmdline open","O":"current_url open","w":"fillcmdline winopen","W":"current_url winopen","t":"fillcmdline tabopen","]]":"followpage next","[[":"followpage prev","[c":"urlincrement -1","]c":"urlincrement 1","<C-x>":"urlincrement -1","<C-a>":"urlincrement 1","T":"current_url tabopen","yy":"clipboard |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Jerome Leclanche <jerome@leclan.ch> | |
pkgname=ofono | |
pkgver=1.19 | |
pkgrel=1 | |
pkgdesc="Infrastructure for building mobile telephony (GSM/UMTS) applications" | |
url="https://01.org/ofono" | |
arch=("i686" "x86_64") | |
license=("GPL2") | |
depends=("bluez" "dbus" "modemmanager" "glib2" "udev" "mobile-broadband-provider-info") |